COLOR #CE9582

HEX: #CE9582
RGB: (206,149,130)

Color info

#CE9582 contains mainly red and green colors. Web safe color of #CE9582 is #CC9999 (or #C99).

RGB color model

#CE9582 color RGB value is (206,149,130).

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

RGB channels and saturation

R 206 of 255 = 81%
G 149 of 255 = 58%
B 130 of 255 = 51%

206
149
130

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

Portions of RGB colors in percentages

R + G + B =
206 + 149 + 130 = 485 (100%)
R 206 of 485 ~ 42.47%
G 149 of 485 ~ 30.72%
B 130 of 485 ~ 26.8%

%42.47
%30.72
%26.8

CMYK color model

#CE9582 color CMYK value is (0,28,37,19).

  • cyan value is 0.00%
  • magenta value is 27.67%
  • yellow value is 36.89%
  • key color value is 19.22%
CMYK:
(0,28,37,19)
C0M28Y37K19 
(0%,28%,37%,19%)
(0.00/0.28/0.37/0.19)	

CMYK percentages

%0
%27.67
%36.89
%19.22

Codes

Color #CE9582 in popluar color models

CE9582
RGB206149130
HSL15°43.68%65.88%
HSB/HSV15°36.89%80.78%
CMYK0.00%27.67%36.89%
19.22%

Color #CE9582 in popluar number systems.

HEXCE9582
Decimal206149130
Binary110011101001010110000010
Octal316225202

Shades and tints

Shades of #CE9582

#CE9582
(206,149,130)
#BC8877
(188,136,119)
#AA7B6C
(170,123,108)
#986E61
(152,110,97)
#866156
(134,97,86)
#74544B
(116,84,75)
#624740
(98,71,64)
#503A35
(80,58,53)
#3E2D2A
(62,45,42)
#2C201F
(44,32,31)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #CE9582

#CE9582
(206,149,130)
#D29E8D
(210,158,141)
#D6A798
(214,167,152)
#DAB0A3
(218,176,163)
#DEB9AE
(222,185,174)
#E2C2B9
(226,194,185)
#E6CBC4
(230,203,196)
#EAD4CF
(234,212,207)
#EEDDDA
(238,221,218)
#F2E6E5
(242,230,229)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE9582; }

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

This text font color is #CE9582.


Background Color

.myBgColor { background-color: #CE9582; }

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

This div background color is #CE9582.


Border color

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

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

This div border color is #CE9582.


Opacity

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

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

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

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

This text has shadow with #CE9582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9582 on black background.


Color preview on white background

This text has color #CE9582 on white background.



Black color preview on #CE9582 background

This text has black color on #CE9582 background.


White color preview on #CE9582 background

This text has white color on #CE9582 background.