COLOR #CECEC3

HEX: #CECEC3
RGB: (206,206,195)

Color info

#CECEC3 contains red, green and blue colors in about the same proportion. Web safe color of #CECEC3 is #CCCCCC (or #CCC).

RGB color model

#CECEC3 color RGB value is (206,206,195).

  • red value is 206;
  • green value is 206;
  • blue value is 195.
RGB:
(206,206,195)
(81%,81%,76%)

RGB channels and saturation

R 206 of 255 = 81%
G 206 of 255 = 81%
B 195 of 255 = 76%

206
206
195

R + G + B ~ 79%. #CECEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 206 + 195 = 607 (100%)
R 206 of 607 ~ 33.94%
G 206 of 607 ~ 33.94%
B 195 of 607 ~ 32.13%

%33.94
%33.94
%32.13

CMYK color model

#CECEC3 color CMYK value is (0,0,5,19).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.34%
  • key color value is 19.22%
CMYK:
(0,0,5,19)
C0M0Y5K19 
(0%,0%,5%,19%)
(0.00/0.00/0.05/0.19)	

CMYK percentages

%0
%0
%5.34
%19.22

Codes

Color #CECEC3 in popluar color models

CECEC3
RGB206206195
HSL60°10.09%78.63%
HSB/HSV60°5.34%80.78%
CMYK0.00%0.00%5.34%
19.22%

Color #CECEC3 in popluar number systems.

HEXCECEC3
Decimal206206195
Binary110011101100111011000011
Octal316316303

Shades and tints

Shades of #CECEC3

#CECEC3
(206,206,195)
#BCBCB2
(188,188,178)
#AAAAA1
(170,170,161)
#989890
(152,152,144)
#86867F
(134,134,127)
#74746E
(116,116,110)
#62625D
(98,98,93)
#50504C
(80,80,76)
#3E3E3B
(62,62,59)
#2C2C2A
(44,44,42)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #CECEC3

#CECEC3
(206,206,195)
#D2D2C8
(210,210,200)
#D6D6CD
(214,214,205)
#DADAD2
(218,218,210)
#DEDED7
(222,222,215)
#E2E2DC
(226,226,220)
#E6E6E1
(230,230,225)
#EAEAE6
(234,234,230)
#EEEEEB
(238,238,235)
#F2F2F0
(242,242,240)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CECEC3 color. Also use rgb(206,206,195) instead hex code.

Text Font Color

.myTextColor { color: #CECEC3; }

<p style="color:#CECEC3">This sample text font color is #CECEC3.</p>

This text font color is #CECEC3.


Background Color

.myBgColor { background-color: #CECEC3; }

<div style="background-color:#CECEC3">Inner text</div>

This div background color is #CECEC3.


Border color

.myBorderColor { border: 1px solid #CECEC3; }

<div style="border:3px solid #CECEC3">Div</div>

This div border color is #CECEC3.


Opacity

.myOpacity80 { color: #CECEC3; opacity: 0.8; }

<p style="color:#CECEC3;opacity:0.8;">80%</p>

Text with #CECEC3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CECEC3;}

<p style="text-shadow: 3px 3px 1px #CECEC3">Text here.</p>

This text has shadow with #CECEC3 color.

.textShadow {text-shadow: 3px 3px 1px #CECEC3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CECEC3, 5px 5px 20px red">Text here.</p>

This text has shadow with #CECEC3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CECEC3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CECEC3, Direction=45, Strength=4)">Text</p>

This text has shadow with #CECEC3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CECEC3;
  -webkit-box-shadow:	1px 1px 3px 2px #CECEC3;
  box-shadow:		1px 1px 3px 2px #CECEC3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CECEC3;
-webkit-box-shadow: 1px 1px 3px 2px #CECEC3;
box-shadow:1px 1px 3px 2px #CECEC3;">
Div content here</div>
This div box has shadow with color #CECEC3.

Preview

Color preview on black background

This text has color #CECEC3 on black background.


Color preview on white background

This text has color #CECEC3 on white background.



Black color preview on #CECEC3 background

This text has black color on #CECEC3 background.


White color preview on #CECEC3 background

This text has white color on #CECEC3 background.