COLOR #CE9974

HEX: #CE9974
RGB: (206,153,116)

Color info

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

RGB color model

#CE9974 color RGB value is (206,153,116).

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

RGB channels and saturation

R 206 of 255 = 81%
G 153 of 255 = 60%
B 116 of 255 = 45%

206
153
116

R + G + B ~ 62%. #CE9974 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 153 + 116 = 475 (100%)
R 206 of 475 ~ 43.37%
G 153 of 475 ~ 32.21%
B 116 of 475 ~ 24.42%

%43.37
%32.21
%24.42

CMYK color model

#CE9974 color CMYK value is (0,26,44,19).

  • cyan value is 0.00%
  • magenta value is 25.73%
  • yellow value is 43.69%
  • key color value is 19.22%
CMYK:
(0,26,44,19)
C0M26Y44K19 
(0%,26%,44%,19%)
(0.00/0.26/0.44/0.19)	

CMYK percentages

%0
%25.73
%43.69
%19.22

Codes

Color #CE9974 in popluar color models

CE9974
RGB206153116
HSL25°47.87%63.14%
HSB/HSV25°43.69%80.78%
CMYK0.00%25.73%43.69%
19.22%

Color #CE9974 in popluar number systems.

HEXCE9974
Decimal206153116
Binary11001110100110011110100
Octal316231164

Shades and tints

Shades of #CE9974

#CE9974
(206,153,116)
#BC8C6A
(188,140,106)
#AA7F60
(170,127,96)
#987256
(152,114,86)
#86654C
(134,101,76)
#745842
(116,88,66)
#624B38
(98,75,56)
#503E2E
(80,62,46)
#3E3124
(62,49,36)
#2C241A
(44,36,26)
#1A1710
(26,23,16)
#000000
(0,0,0)

Tints of #CE9974

#CE9974
(206,153,116)
#D2A280
(210,162,128)
#D6AB8C
(214,171,140)
#DAB498
(218,180,152)
#DEBDA4
(222,189,164)
#E2C6B0
(226,198,176)
#E6CFBC
(230,207,188)
#EAD8C8
(234,216,200)
#EEE1D4
(238,225,212)
#F2EAE0
(242,234,224)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE9974; }

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

This text font color is #CE9974.


Background Color

.myBgColor { background-color: #CE9974; }

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

This div background color is #CE9974.


Border color

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

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

This div border color is #CE9974.


Opacity

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

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

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

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

This text has shadow with #CE9974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9974 on black background.


Color preview on white background

This text has color #CE9974 on white background.



Black color preview on #CE9974 background

This text has black color on #CE9974 background.


White color preview on #CE9974 background

This text has white color on #CE9974 background.