COLOR #CEAB95

HEX: #CEAB95 RGB: (206,171,149)

Color info

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

RGB color model

#CEAB95 color RGB value is (206,171,149).

RGB: (206,171,149) (81%, 67%, 58%)

RGB channels and saturation

R 206 of 255 = 81%
G 171 of 255 = 67%
B 149 of 255 = 58%

206
171
149

R + G + B ~ 69%. #CEAB95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 171 + 149 = 526 (100%)
R 206 of 526 ~ 39.16%
G 171 of 526 ~ 32.51%
B 149 of 526 ~ 28.33'%

%39.16
%32.51
%28.33

CMYK color model

#CEAB95 color CMYK value is (0,17,28,19).

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

CMYK: (0,17,28,19)
C0M17Y28K19 (0%, 17%, 28%, 19%)
(0.00 / 0.17 / 0.28 / 0.19)

CMYK percentages

%0
%16.99
%27.67
%19.22

Codes

Color #CEAB95 in popluar color models

CE AB 95
RGB 206 171 149
HSL 23° 36.77% 69.61%
HSB/HSV 23° 27.67% 80.78%
CMYK 0.00% 16.99% 27.67%
19.22%

Color #CEAB95 in popluar number systems.

HEX CE AB 95
Decimal 206 171 149
Binary 11001110 10101011 10010101
Octal 316 253 225

Shades and tints

Shades of #CEAB95

#CEAB95
(206,171,149)
#BC9C88
(188,156,136)
#AA8D7B
(170,141,123)
#987E6E
(152,126,110)
#866F61
(134,111,97)
#746054
(116,96,84)
#625147
(98,81,71)
#50423A
(80,66,58)
#3E332D
(62,51,45)
#2C2420
(44,36,32)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #CEAB95

#CEAB95
(206,171,149)
#D2B29E
(210,178,158)
#D6B9A7
(214,185,167)
#DAC0B0
(218,192,176)
#DEC7B9
(222,199,185)
#E2CEC2
(226,206,194)
#E6D5CB
(230,213,203)
#EADCD4
(234,220,212)
#EEE3DD
(238,227,221)
#F2EAE6
(242,234,230)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEAB95; }

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

This text font color is #CEAB95.

Background Color

.myBgColor { background-color: #CEAB95; }

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

This div background color is #CEAB95.

Border color

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

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

This div border color is #CEAB95.

Opacity

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

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

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

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

This text has shadow with #CEAB95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEAB95.

Preview

Color preview on black background

This text has color #CEAB95 on black background.


Color preview on white background

This text has color #CEAB95 on white background.


Black color preview on #CEAB95 background

This text has black color on #CEAB95 background.


White color preview on #CEAB95 background

This text has white color on #CEAB95 background.


Related colors

Complementary color

Complementary color for #hex is #31546A.


I love getcolorcode.com

Triadic colors

1 #95CEAB and #AB95CE with #CEAB95 are triadic colors.

2 #95ABCE and #ABCE95 with #CEAB95 are triadic colors.