COLOR #CEB19E

HEX: #CEB19E RGB: (206,177,158)

Color info

#CEB19E contains red, green and blue colors in about the same proportion. Web safe color of #CEB19E is #CC9999 (or #C99).

RGB color model

#CEB19E color RGB value is (206,177,158).

RGB: (206,177,158) (81%, 69%, 62%)

RGB channels and saturation

R 206 of 255 = 81%
G 177 of 255 = 69%
B 158 of 255 = 62%

206
177
158

R + G + B ~ 71%. #CEB19E is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 177 + 158 = 541 (100%)
R 206 of 541 ~ 38.08%
G 177 of 541 ~ 32.72%
B 158 of 541 ~ 29.21'%

%38.08
%32.72
%29.21

CMYK color model

#CEB19E color CMYK value is (0,14,23,19).

  • cyan value is 0.00%
  • magenta value is 14.08%
  • yellow value is 23.30%
  • key color value is 19.22%
CMYK: (0,14,23,19) C0M14Y23K19 (0%,14%,23%,19%) (0.00/0.14/0.23/0.19) 

CMYK percentages

%0
%14.08
%23.3
%19.22

Codes

Color #CEB19E in popluar color models

CE B1 9E
RGB 206 177 158
HSL 24° 32.88% 71.37%
HSB/HSV 24° 23.30% 80.78%
CMYK 0.00% 14.08% 23.30%
19.22%

Color #CEB19E in popluar number systems.

HEX CE B1 9E
Decimal 206 177 158
Binary 11001110 10110001 10011110
Octal 316 261 236

Shades and tints

Shades of #CEB19E

#CEB19E
(206,177,158)
#BCA190
(188,161,144)
#AA9182
(170,145,130)
#988174
(152,129,116)
#867166
(134,113,102)
#746158
(116,97,88)
#62514A
(98,81,74)
#50413C
(80,65,60)
#3E312E
(62,49,46)
#2C2120
(44,33,32)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #CEB19E

#CEB19E
(206,177,158)
#D2B8A6
(210,184,166)
#D6BFAE
(214,191,174)
#DAC6B6
(218,198,182)
#DECDBE
(222,205,190)
#E2D4C6
(226,212,198)
#E6DBCE
(230,219,206)
#EAE2D6
(234,226,214)
#EEE9DE
(238,233,222)
#F2F0E6
(242,240,230)
#F6F7EE
(246,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB19E; }

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

This text font color is #CEB19E.

Background Color

.myBgColor { background-color: #CEB19E; }

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

This div background color is #CEB19E.

Border color

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

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

This div border color is #CEB19E.

Opacity

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

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

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

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

This text has shadow with #CEB19E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEB19E.

Preview

Color preview on black background

This text has color #CEB19E on black background.


Color preview on white background

This text has color #CEB19E on white background.


Black color preview on #CEB19E background

This text has black color on #CEB19E background.


White color preview on #CEB19E background

This text has white color on #CEB19E background.


Related colors

Complementary color

Complementary color for #hex is #314E61.


I love getcolorcode.com

Triadic colors

1 #9ECEB1 and #B19ECE with #CEB19E are triadic colors.

2 #9EB1CE and #B1CE9E with #CEB19E are triadic colors.