COLOR #CEAF87

HEX: #CEAF87
RGB: (206,175,135)

Color info

#CEAF87 contains mainly red and green colors. Web safe color of #CEAF87 is #CC9999 (or #C99).

RGB color model

#CEAF87 color RGB value is (206,175,135).

  • red value is 206;
  • green value is 175;
  • blue value is 135.
RGB:
(206,175,135)
(81%,69%,53%)

RGB channels and saturation

R 206 of 255 = 81%
G 175 of 255 = 69%
B 135 of 255 = 53%

206
175
135

R + G + B ~ 68%. #CEAF87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 175 + 135 = 516 (100%)
R 206 of 516 ~ 39.92%
G 175 of 516 ~ 33.91%
B 135 of 516 ~ 26.16%

%39.92
%33.91
%26.16

CMYK color model

#CEAF87 color CMYK value is (0,15,34,19).

  • cyan value is 0.00%
  • magenta value is 15.05%
  • yellow value is 34.47%
  • key color value is 19.22%
CMYK:
(0,15,34,19)
C0M15Y34K19 
(0%,15%,34%,19%)
(0.00/0.15/0.34/0.19)	

CMYK percentages

%0
%15.05
%34.47
%19.22

Codes

Color #CEAF87 in popluar color models

CEAF87
RGB206175135
HSL34°42.01%66.86%
HSB/HSV34°34.47%80.78%
CMYK0.00%15.05%34.47%
19.22%

Color #CEAF87 in popluar number systems.

HEXCEAF87
Decimal206175135
Binary110011101010111110000111
Octal316257207

Shades and tints

Shades of #CEAF87

#CEAF87
(206,175,135)
#BCA07B
(188,160,123)
#AA916F
(170,145,111)
#988263
(152,130,99)
#867357
(134,115,87)
#74644B
(116,100,75)
#62553F
(98,85,63)
#504633
(80,70,51)
#3E3727
(62,55,39)
#2C281B
(44,40,27)
#1A190F
(26,25,15)
#000000
(0,0,0)

Tints of #CEAF87

#CEAF87
(206,175,135)
#D2B691
(210,182,145)
#D6BD9B
(214,189,155)
#DAC4A5
(218,196,165)
#DECBAF
(222,203,175)
#E2D2B9
(226,210,185)
#E6D9C3
(230,217,195)
#EAE0CD
(234,224,205)
#EEE7D7
(238,231,215)
#F2EEE1
(242,238,225)
#F6F5EB
(246,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEAF87 color. Also use rgb(206,175,135) instead hex code.

Text Font Color

.myTextColor { color: #CEAF87; }

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

This text font color is #CEAF87.


Background Color

.myBgColor { background-color: #CEAF87; }

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

This div background color is #CEAF87.


Border color

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

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

This div border color is #CEAF87.


Opacity

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

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

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

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

This text has shadow with #CEAF87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEAF87 on black background.


Color preview on white background

This text has color #CEAF87 on white background.



Black color preview on #CEAF87 background

This text has black color on #CEAF87 background.


White color preview on #CEAF87 background

This text has white color on #CEAF87 background.