COLOR #CEAFA9

HEX: #CEAFA9
RGB: (206,175,169)

Color info

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

RGB color model

#CEAFA9 color RGB value is (206,175,169).

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

RGB channels and saturation

R 206 of 255 = 81%
G 175 of 255 = 69%
B 169 of 255 = 66%

206
175
169

R + G + B ~ 72%. #CEAFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 175 + 169 = 550 (100%)
R 206 of 550 ~ 37.45%
G 175 of 550 ~ 31.82%
B 169 of 550 ~ 30.73%

%37.45
%31.82
%30.73

CMYK color model

#CEAFA9 color CMYK value is (0,15,18,19).

  • cyan value is 0.00%
  • magenta value is 15.05%
  • yellow value is 17.96%
  • key color value is 19.22%
CMYK:
(0,15,18,19)
C0M15Y18K19 
(0%,15%,18%,19%)
(0.00/0.15/0.18/0.19)	

CMYK percentages

%0
%15.05
%17.96
%19.22

Codes

Color #CEAFA9 in popluar color models

CEAFA9
RGB206175169
HSL10°27.41%73.53%
HSB/HSV10°17.96%80.78%
CMYK0.00%15.05%17.96%
19.22%

Color #CEAFA9 in popluar number systems.

HEXCEAFA9
Decimal206175169
Binary110011101010111110101001
Octal316257251

Shades and tints

Shades of #CEAFA9

#CEAFA9
(206,175,169)
#BCA09A
(188,160,154)
#AA918B
(170,145,139)
#98827C
(152,130,124)
#86736D
(134,115,109)
#74645E
(116,100,94)
#62554F
(98,85,79)
#504640
(80,70,64)
#3E3731
(62,55,49)
#2C2822
(44,40,34)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #CEAFA9

#CEAFA9
(206,175,169)
#D2B6B0
(210,182,176)
#D6BDB7
(214,189,183)
#DAC4BE
(218,196,190)
#DECBC5
(222,203,197)
#E2D2CC
(226,210,204)
#E6D9D3
(230,217,211)
#EAE0DA
(234,224,218)
#EEE7E1
(238,231,225)
#F2EEE8
(242,238,232)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEAFA9; }

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

This text font color is #CEAFA9.


Background Color

.myBgColor { background-color: #CEAFA9; }

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

This div background color is #CEAFA9.


Border color

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

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

This div border color is #CEAFA9.


Opacity

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

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

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

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

This text has shadow with #CEAFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEAFA9 on black background.


Color preview on white background

This text has color #CEAFA9 on white background.



Black color preview on #CEAFA9 background

This text has black color on #CEAFA9 background.


White color preview on #CEAFA9 background

This text has white color on #CEAFA9 background.