COLOR #CE9795

HEX: #CE9795
RGB: (206,151,149)

Color info

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

RGB color model

#CE9795 color RGB value is (206,151,149).

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

RGB channels and saturation

R 206 of 255 = 81%
G 151 of 255 = 59%
B 149 of 255 = 58%

206
151
149

R + G + B ~ 66%. #CE9795 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 151 + 149 = 506 (100%)
R 206 of 506 ~ 40.71%
G 151 of 506 ~ 29.84%
B 149 of 506 ~ 29.45%

%40.71
%29.84
%29.45

CMYK color model

#CE9795 color CMYK value is (0,27,28,19).

  • cyan value is 0.00%
  • magenta value is 26.70%
  • yellow value is 27.67%
  • key color value is 19.22%
CMYK:
(0,27,28,19)
C0M27Y28K19 
(0%,27%,28%,19%)
(0.00/0.27/0.28/0.19)	

CMYK percentages

%0
%26.7
%27.67
%19.22

Codes

Color #CE9795 in popluar color models

CE9795
RGB206151149
HSL36.77%69.61%
HSB/HSV27.67%80.78%
CMYK0.00%26.70%27.67%
19.22%

Color #CE9795 in popluar number systems.

HEXCE9795
Decimal206151149
Binary110011101001011110010101
Octal316227225

Shades and tints

Shades of #CE9795

#CE9795
(206,151,149)
#BC8A88
(188,138,136)
#AA7D7B
(170,125,123)
#98706E
(152,112,110)
#866361
(134,99,97)
#745654
(116,86,84)
#624947
(98,73,71)
#503C3A
(80,60,58)
#3E2F2D
(62,47,45)
#2C2220
(44,34,32)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #CE9795

#CE9795
(206,151,149)
#D2A09E
(210,160,158)
#D6A9A7
(214,169,167)
#DAB2B0
(218,178,176)
#DEBBB9
(222,187,185)
#E2C4C2
(226,196,194)
#E6CDCB
(230,205,203)
#EAD6D4
(234,214,212)
#EEDFDD
(238,223,221)
#F2E8E6
(242,232,230)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE9795; }

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

This text font color is #CE9795.


Background Color

.myBgColor { background-color: #CE9795; }

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

This div background color is #CE9795.


Border color

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

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

This div border color is #CE9795.


Opacity

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

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

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

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

This text has shadow with #CE9795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9795 on black background.


Color preview on white background

This text has color #CE9795 on white background.



Black color preview on #CE9795 background

This text has black color on #CE9795 background.


White color preview on #CE9795 background

This text has white color on #CE9795 background.