COLOR #CEC3B9

HEX: #CEC3B9 RGB: (206,195,185)

Color info

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

RGB color model

#CEC3B9 color RGB value is (206,195,185).

RGB: (206,195,185) (81%, 76%, 73%)

RGB channels and saturation

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

206
195
185

R + G + B ~ 77%. #CEC3B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 195 + 185 = 586 (100%)
R 206 of 586 ~ 35.15%
G 195 of 586 ~ 33.28%
B 185 of 586 ~ 31.57'%

%35.15
%33.28
%31.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.34%
  • yellow value is 10.19%
  • key color value is 19.22%

CMYK: (0,5,10,19)
C0M5Y10K19 (0%, 5%, 10%, 19%)
(0.00 / 0.05 / 0.10 / 0.19)

CMYK percentages

%0
%5.34
%10.19
%19.22

Codes

Color #CEC3B9 in popluar color models

CE C3 B9
RGB 206 195 185
HSL 29° 17.65% 76.67%
HSB/HSV 29° 10.19% 80.78%
CMYK 0.00% 5.34% 10.19%
19.22%

Color #CEC3B9 in popluar number systems.

HEX CE C3 B9
Decimal 206 195 185
Binary 11001110 11000011 10111001
Octal 316 303 271

Shades and tints

Shades of #CEC3B9

#CEC3B9
(206,195,185)
#BCB2A9
(188,178,169)
#AAA199
(170,161,153)
#989089
(152,144,137)
#867F79
(134,127,121)
#746E69
(116,110,105)
#625D59
(98,93,89)
#504C49
(80,76,73)
#3E3B39
(62,59,57)
#2C2A29
(44,42,41)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #CEC3B9

#CEC3B9
(206,195,185)
#D2C8BF
(210,200,191)
#D6CDC5
(214,205,197)
#DAD2CB
(218,210,203)
#DED7D1
(222,215,209)
#E2DCD7
(226,220,215)
#E6E1DD
(230,225,221)
#EAE6E3
(234,230,227)
#EEEBE9
(238,235,233)
#F2F0EF
(242,240,239)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEC3B9; }

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

This text font color is #CEC3B9.

Background Color

.myBgColor { background-color: #CEC3B9; }

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

This div background color is #CEC3B9.

Border color

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

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

This div border color is #CEC3B9.

Opacity

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

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

Text with #CEC3B9 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 #CEC3B9;}

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

This text has shadow with #CEC3B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEC3B9.

Preview

Color preview on black background

This text has color #CEC3B9 on black background.


Color preview on white background

This text has color #CEC3B9 on white background.


Black color preview on #CEC3B9 background

This text has black color on #CEC3B9 background.


White color preview on #CEC3B9 background

This text has white color on #CEC3B9 background.


Related colors

Complementary color

Complementary color for #hex is #313C46.


I love getcolorcode.com

Triadic colors

1 #B9CEC3 and #C3B9CE with #CEC3B9 are triadic colors.

2 #B9C3CE and #C3CEB9 with #CEC3B9 are triadic colors.