COLOR #CEBC95

HEX: #CEBC95 RGB: (206,188,149)

Color info

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

RGB color model

#CEBC95 color RGB value is (206,188,149).

RGB: (206,188,149) (81%, 74%, 58%)

RGB channels and saturation

R 206 of 255 = 81%
G 188 of 255 = 74%
B 149 of 255 = 58%

206
188
149

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

Portions of RGB colors in percentages

R + G + B = 206 + 188 + 149 = 543 (100%)
R 206 of 543 ~ 37.94%
G 188 of 543 ~ 34.62%
B 149 of 543 ~ 27.44'%

%37.94
%34.62
%27.44

CMYK color model

#CEBC95 color CMYK value is (0,9,28,19).

  • cyan value is 0.00%
  • magenta value is 8.74%
  • yellow value is 27.67%
  • key color value is 19.22%

CMYK: (0,9,28,19)
C0M9Y28K19 (0%, 9%, 28%, 19%)
(0.00 / 0.09 / 0.28 / 0.19)

CMYK percentages

%0
%8.74
%27.67
%19.22

Codes

Color #CEBC95 in popluar color models

CE BC 95
RGB 206 188 149
HSL 41° 36.77% 69.61%
HSB/HSV 41° 27.67% 80.78%
CMYK 0.00% 8.74% 27.67%
19.22%

Color #CEBC95 in popluar number systems.

HEX CE BC 95
Decimal 206 188 149
Binary 11001110 10111100 10010101
Octal 316 274 225

Shades and tints

Shades of #CEBC95

#CEBC95
(206,188,149)
#BCAB88
(188,171,136)
#AA9A7B
(170,154,123)
#98896E
(152,137,110)
#867861
(134,120,97)
#746754
(116,103,84)
#625647
(98,86,71)
#50453A
(80,69,58)
#3E342D
(62,52,45)
#2C2320
(44,35,32)
#1A1213
(26,18,19)
#000000
(0,0,0)

Tints of #CEBC95

#CEBC95
(206,188,149)
#D2C29E
(210,194,158)
#D6C8A7
(214,200,167)
#DACEB0
(218,206,176)
#DED4B9
(222,212,185)
#E2DAC2
(226,218,194)
#E6E0CB
(230,224,203)
#EAE6D4
(234,230,212)
#EEECDD
(238,236,221)
#F2F2E6
(242,242,230)
#F6F8EF
(246,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBC95; }

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

This text font color is #CEBC95.

Background Color

.myBgColor { background-color: #CEBC95; }

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

This div background color is #CEBC95.

Border color

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

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

This div border color is #CEBC95.

Opacity

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

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

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

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

This text has shadow with #CEBC95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEBC95.

Preview

Color preview on black background

This text has color #CEBC95 on black background.


Color preview on white background

This text has color #CEBC95 on white background.


Black color preview on #CEBC95 background

This text has black color on #CEBC95 background.


White color preview on #CEBC95 background

This text has white color on #CEBC95 background.


Related colors

Complementary color

Complementary color for #hex is #31436A.


I love getcolorcode.com

Triadic colors

1 #95CEBC and #BC95CE with #CEBC95 are triadic colors.

2 #95BCCE and #BCCE95 with #CEBC95 are triadic colors.