COLOR #CE9EA5

HEX: #CE9EA5
RGB: (206,158,165)

Color info

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

RGB color model

#CE9EA5 color RGB value is (206,158,165).

  • red value is 206;
  • green value is 158;
  • blue value is 165.
RGB:
(206,158,165)
(81%,62%,65%)

RGB channels and saturation

R 206 of 255 = 81%
G 158 of 255 = 62%
B 165 of 255 = 65%

206
158
165

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

Portions of RGB colors in percentages

R + G + B =
206 + 158 + 165 = 529 (100%)
R 206 of 529 ~ 38.94%
G 158 of 529 ~ 29.87%
B 165 of 529 ~ 31.19%

%38.94
%29.87
%31.19

CMYK color model

#CE9EA5 color CMYK value is (0,23,20,19).

  • cyan value is 0.00%
  • magenta value is 23.30%
  • yellow value is 19.90%
  • key color value is 19.22%
CMYK:
(0,23,20,19)
C0M23Y20K19 
(0%,23%,20%,19%)
(0.00/0.23/0.20/0.19)	

CMYK percentages

%0
%23.3
%19.9
%19.22

Codes

Color #CE9EA5 in popluar color models

CE9EA5
RGB206158165
HSL351°32.88%71.37%
HSB/HSV351°23.30%80.78%
CMYK0.00%23.30%19.90%
19.22%

Color #CE9EA5 in popluar number systems.

HEXCE9EA5
Decimal206158165
Binary110011101001111010100101
Octal316236245

Shades and tints

Shades of #CE9EA5

#CE9EA5
(206,158,165)
#BC9096
(188,144,150)
#AA8287
(170,130,135)
#987478
(152,116,120)
#866669
(134,102,105)
#74585A
(116,88,90)
#624A4B
(98,74,75)
#503C3C
(80,60,60)
#3E2E2D
(62,46,45)
#2C201E
(44,32,30)
#1A120F
(26,18,15)
#000000
(0,0,0)

Tints of #CE9EA5

#CE9EA5
(206,158,165)
#D2A6AD
(210,166,173)
#D6AEB5
(214,174,181)
#DAB6BD
(218,182,189)
#DEBEC5
(222,190,197)
#E2C6CD
(226,198,205)
#E6CED5
(230,206,213)
#EAD6DD
(234,214,221)
#EEDEE5
(238,222,229)
#F2E6ED
(242,230,237)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE9EA5; }

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

This text font color is #CE9EA5.


Background Color

.myBgColor { background-color: #CE9EA5; }

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

This div background color is #CE9EA5.


Border color

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

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

This div border color is #CE9EA5.


Opacity

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

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

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

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

This text has shadow with #CE9EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9EA5 on black background.


Color preview on white background

This text has color #CE9EA5 on white background.



Black color preview on #CE9EA5 background

This text has black color on #CE9EA5 background.


White color preview on #CE9EA5 background

This text has white color on #CE9EA5 background.