COLOR #CEC6B2

HEX: #CEC6B2 RGB: (206,198,178)

Color info

#CEC6B2 contains red, green and blue colors in about the same proportion. Web safe color of #CEC6B2 is #CCCC99 (or #CC9).

RGB color model

#CEC6B2 color RGB value is (206,198,178).

RGB: (206,198,178) (81%, 78%, 70%)

RGB channels and saturation

R 206 of 255 = 81%
G 198 of 255 = 78%
B 178 of 255 = 70%

206
198
178

R + G + B ~ 76%. #CEC6B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 198 + 178 = 582 (100%)
R 206 of 582 ~ 35.4%
G 198 of 582 ~ 34.02%
B 178 of 582 ~ 30.58'%

%35.4
%34.02
%30.58

CMYK color model

#CEC6B2 color CMYK value is (0,4,14,19).

  • cyan value is 0.00%
  • magenta value is 3.88%
  • yellow value is 13.59%
  • key color value is 19.22%

CMYK: (0,4,14,19)
C0M4Y14K19 (0%, 4%, 14%, 19%)
(0.00 / 0.04 / 0.14 / 0.19)

CMYK percentages

%0
%3.88
%13.59
%19.22

Codes

Color #CEC6B2 in popluar color models

CE C6 B2
RGB 206 198 178
HSL 43° 22.22% 75.29%
HSB/HSV 43° 13.59% 80.78%
CMYK 0.00% 3.88% 13.59%
19.22%

Color #CEC6B2 in popluar number systems.

HEX CE C6 B2
Decimal 206 198 178
Binary 11001110 11000110 10110010
Octal 316 306 262

Shades and tints

Shades of #CEC6B2

#CEC6B2
(206,198,178)
#BCB4A2
(188,180,162)
#AAA292
(170,162,146)
#989082
(152,144,130)
#867E72
(134,126,114)
#746C62
(116,108,98)
#625A52
(98,90,82)
#504842
(80,72,66)
#3E3632
(62,54,50)
#2C2422
(44,36,34)
#1A1212
(26,18,18)
#000000
(0,0,0)

Tints of #CEC6B2

#CEC6B2
(206,198,178)
#D2CBB9
(210,203,185)
#D6D0C0
(214,208,192)
#DAD5C7
(218,213,199)
#DEDACE
(222,218,206)
#E2DFD5
(226,223,213)
#E6E4DC
(230,228,220)
#EAE9E3
(234,233,227)
#EEEEEA
(238,238,234)
#F2F3F1
(242,243,241)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEC6B2; }

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

This text font color is #CEC6B2.

Background Color

.myBgColor { background-color: #CEC6B2; }

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

This div background color is #CEC6B2.

Border color

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

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

This div border color is #CEC6B2.

Opacity

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

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

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

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

This text has shadow with #CEC6B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEC6B2.

Preview

Color preview on black background

This text has color #CEC6B2 on black background.


Color preview on white background

This text has color #CEC6B2 on white background.


Black color preview on #CEC6B2 background

This text has black color on #CEC6B2 background.


White color preview on #CEC6B2 background

This text has white color on #CEC6B2 background.


Related colors

Complementary color

Complementary color for #hex is #31394D.


I love getcolorcode.com

Triadic colors

1 #B2CEC6 and #C6B2CE with #CEC6B2 are triadic colors.

2 #B2C6CE and #C6CEB2 with #CEC6B2 are triadic colors.