COLOR #CE9B95

HEX: #CE9B95
RGB: (206,155,149)

Color info

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

RGB color model

#CE9B95 color RGB value is (206,155,149).

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

RGB channels and saturation

R 206 of 255 = 81%
G 155 of 255 = 61%
B 149 of 255 = 58%

206
155
149

R + G + B ~ 67%. #CE9B95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 155 + 149 = 510 (100%)
R 206 of 510 ~ 40.39%
G 155 of 510 ~ 30.39%
B 149 of 510 ~ 29.22%

%40.39
%30.39
%29.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.76%
  • yellow value is 27.67%
  • key color value is 19.22%
CMYK:
(0,25,28,19)
C0M25Y28K19 
(0%,25%,28%,19%)
(0.00/0.25/0.28/0.19)	

CMYK percentages

%0
%24.76
%27.67
%19.22

Codes

Color #CE9B95 in popluar color models

CE9B95
RGB206155149
HSL36.77%69.61%
HSB/HSV27.67%80.78%
CMYK0.00%24.76%27.67%
19.22%

Color #CE9B95 in popluar number systems.

HEXCE9B95
Decimal206155149
Binary110011101001101110010101
Octal316233225

Shades and tints

Shades of #CE9B95

#CE9B95
(206,155,149)
#BC8D88
(188,141,136)
#AA7F7B
(170,127,123)
#98716E
(152,113,110)
#866361
(134,99,97)
#745554
(116,85,84)
#624747
(98,71,71)
#50393A
(80,57,58)
#3E2B2D
(62,43,45)
#2C1D20
(44,29,32)
#1A0F13
(26,15,19)
#000000
(0,0,0)

Tints of #CE9B95

#CE9B95
(206,155,149)
#D2A49E
(210,164,158)
#D6ADA7
(214,173,167)
#DAB6B0
(218,182,176)
#DEBFB9
(222,191,185)
#E2C8C2
(226,200,194)
#E6D1CB
(230,209,203)
#EADAD4
(234,218,212)
#EEE3DD
(238,227,221)
#F2ECE6
(242,236,230)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE9B95; }

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

This text font color is #CE9B95.


Background Color

.myBgColor { background-color: #CE9B95; }

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

This div background color is #CE9B95.


Border color

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

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

This div border color is #CE9B95.


Opacity

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

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

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

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

This text has shadow with #CE9B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9B95 on black background.


Color preview on white background

This text has color #CE9B95 on white background.



Black color preview on #CE9B95 background

This text has black color on #CE9B95 background.


White color preview on #CE9B95 background

This text has white color on #CE9B95 background.