COLOR #CE9BA6

HEX: #CE9BA6
RGB: (206,155,166)

Color info

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

RGB color model

#CE9BA6 color RGB value is (206,155,166).

  • red value is 206;
  • green value is 155;
  • blue value is 166.
RGB:
(206,155,166)
(81%,61%,65%)

RGB channels and saturation

R 206 of 255 = 81%
G 155 of 255 = 61%
B 166 of 255 = 65%

206
155
166

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

Portions of RGB colors in percentages

R + G + B =
206 + 155 + 166 = 527 (100%)
R 206 of 527 ~ 39.09%
G 155 of 527 ~ 29.41%
B 166 of 527 ~ 31.5%

%39.09
%29.41
%31.5

CMYK color model

#CE9BA6 color CMYK value is (0,25,19,19).

  • cyan value is 0.00%
  • magenta value is 24.76%
  • yellow value is 19.42%
  • key color value is 19.22%
CMYK:
(0,25,19,19)
C0M25Y19K19 
(0%,25%,19%,19%)
(0.00/0.25/0.19/0.19)	

CMYK percentages

%0
%24.76
%19.42
%19.22

Codes

Color #CE9BA6 in popluar color models

CE9BA6
RGB206155166
HSL347°34.23%70.78%
HSB/HSV347°24.76%80.78%
CMYK0.00%24.76%19.42%
19.22%

Color #CE9BA6 in popluar number systems.

HEXCE9BA6
Decimal206155166
Binary110011101001101110100110
Octal316233246

Shades and tints

Shades of #CE9BA6

#CE9BA6
(206,155,166)
#BC8D97
(188,141,151)
#AA7F88
(170,127,136)
#987179
(152,113,121)
#86636A
(134,99,106)
#74555B
(116,85,91)
#62474C
(98,71,76)
#50393D
(80,57,61)
#3E2B2E
(62,43,46)
#2C1D1F
(44,29,31)
#1A0F10
(26,15,16)
#000000
(0,0,0)

Tints of #CE9BA6

#CE9BA6
(206,155,166)
#D2A4AE
(210,164,174)
#D6ADB6
(214,173,182)
#DAB6BE
(218,182,190)
#DEBFC6
(222,191,198)
#E2C8CE
(226,200,206)
#E6D1D6
(230,209,214)
#EADADE
(234,218,222)
#EEE3E6
(238,227,230)
#F2ECEE
(242,236,238)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE9BA6 color. Also use rgb(206,155,166) instead hex code.

Text Font Color

.myTextColor { color: #CE9BA6; }

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

This text font color is #CE9BA6.


Background Color

.myBgColor { background-color: #CE9BA6; }

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

This div background color is #CE9BA6.


Border color

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

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

This div border color is #CE9BA6.


Opacity

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

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

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

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

This text has shadow with #CE9BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9BA6 on black background.


Color preview on white background

This text has color #CE9BA6 on white background.



Black color preview on #CE9BA6 background

This text has black color on #CE9BA6 background.


White color preview on #CE9BA6 background

This text has white color on #CE9BA6 background.