COLOR #CE997E

HEX: #CE997E
RGB: (206,153,126)

Color info

#CE997E contains mainly red and green colors. Web safe color of #CE997E is #CC9966 (or #C96).

RGB color model

#CE997E color RGB value is (206,153,126).

  • red value is 206;
  • green value is 153;
  • blue value is 126.
RGB:
(206,153,126)
(81%,60%,49%)

RGB channels and saturation

R 206 of 255 = 81%
G 153 of 255 = 60%
B 126 of 255 = 49%

206
153
126

R + G + B ~ 63%. #CE997E is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 153 + 126 = 485 (100%)
R 206 of 485 ~ 42.47%
G 153 of 485 ~ 31.55%
B 126 of 485 ~ 25.98%

%42.47
%31.55
%25.98

CMYK color model

#CE997E color CMYK value is (0,26,39,19).

  • cyan value is 0.00%
  • magenta value is 25.73%
  • yellow value is 38.83%
  • key color value is 19.22%
CMYK:
(0,26,39,19)
C0M26Y39K19 
(0%,26%,39%,19%)
(0.00/0.26/0.39/0.19)	

CMYK percentages

%0
%25.73
%38.83
%19.22

Codes

Color #CE997E in popluar color models

CE997E
RGB206153126
HSL20°44.94%65.10%
HSB/HSV20°38.83%80.78%
CMYK0.00%25.73%38.83%
19.22%

Color #CE997E in popluar number systems.

HEXCE997E
Decimal206153126
Binary11001110100110011111110
Octal316231176

Shades and tints

Shades of #CE997E

#CE997E
(206,153,126)
#BC8C73
(188,140,115)
#AA7F68
(170,127,104)
#98725D
(152,114,93)
#866552
(134,101,82)
#745847
(116,88,71)
#624B3C
(98,75,60)
#503E31
(80,62,49)
#3E3126
(62,49,38)
#2C241B
(44,36,27)
#1A1710
(26,23,16)
#000000
(0,0,0)

Tints of #CE997E

#CE997E
(206,153,126)
#D2A289
(210,162,137)
#D6AB94
(214,171,148)
#DAB49F
(218,180,159)
#DEBDAA
(222,189,170)
#E2C6B5
(226,198,181)
#E6CFC0
(230,207,192)
#EAD8CB
(234,216,203)
#EEE1D6
(238,225,214)
#F2EAE1
(242,234,225)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE997E color. Also use rgb(206,153,126) instead hex code.

Text Font Color

.myTextColor { color: #CE997E; }

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

This text font color is #CE997E.


Background Color

.myBgColor { background-color: #CE997E; }

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

This div background color is #CE997E.


Border color

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

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

This div border color is #CE997E.


Opacity

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

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

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

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

This text has shadow with #CE997E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE997E on black background.


Color preview on white background

This text has color #CE997E on white background.



Black color preview on #CE997E background

This text has black color on #CE997E background.


White color preview on #CE997E background

This text has white color on #CE997E background.