COLOR #CE9B7C

HEX: #CE9B7C
RGB: (206,155,124)

Color info

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

RGB color model

#CE9B7C color RGB value is (206,155,124).

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

RGB channels and saturation

R 206 of 255 = 81%
G 155 of 255 = 61%
B 124 of 255 = 49%

206
155
124

R + G + B ~ 64%. #CE9B7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 155 + 124 = 485 (100%)
R 206 of 485 ~ 42.47%
G 155 of 485 ~ 31.96%
B 124 of 485 ~ 25.57%

%42.47
%31.96
%25.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.76%
  • yellow value is 39.81%
  • key color value is 19.22%
CMYK:
(0,25,40,19)
C0M25Y40K19 
(0%,25%,40%,19%)
(0.00/0.25/0.40/0.19)	

CMYK percentages

%0
%24.76
%39.81
%19.22

Codes

Color #CE9B7C in popluar color models

CE9B7C
RGB206155124
HSL23°45.56%64.71%
HSB/HSV23°39.81%80.78%
CMYK0.00%24.76%39.81%
19.22%

Color #CE9B7C in popluar number systems.

HEXCE9B7C
Decimal206155124
Binary11001110100110111111100
Octal316233174

Shades and tints

Shades of #CE9B7C

#CE9B7C
(206,155,124)
#BC8D71
(188,141,113)
#AA7F66
(170,127,102)
#98715B
(152,113,91)
#866350
(134,99,80)
#745545
(116,85,69)
#62473A
(98,71,58)
#50392F
(80,57,47)
#3E2B24
(62,43,36)
#2C1D19
(44,29,25)
#1A0F0E
(26,15,14)
#000000
(0,0,0)

Tints of #CE9B7C

#CE9B7C
(206,155,124)
#D2A487
(210,164,135)
#D6AD92
(214,173,146)
#DAB69D
(218,182,157)
#DEBFA8
(222,191,168)
#E2C8B3
(226,200,179)
#E6D1BE
(230,209,190)
#EADAC9
(234,218,201)
#EEE3D4
(238,227,212)
#F2ECDF
(242,236,223)
#F6F5EA
(246,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE9B7C; }

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

This text font color is #CE9B7C.


Background Color

.myBgColor { background-color: #CE9B7C; }

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

This div background color is #CE9B7C.


Border color

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

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

This div border color is #CE9B7C.


Opacity

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

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

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

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

This text has shadow with #CE9B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9B7C on black background.


Color preview on white background

This text has color #CE9B7C on white background.



Black color preview on #CE9B7C background

This text has black color on #CE9B7C background.


White color preview on #CE9B7C background

This text has white color on #CE9B7C background.