COLOR #CEC59B

HEX: #CEC59B RGB: (206,197,155)

Color info

#CEC59B contains red, green and blue colors in about the same proportion. Web safe color of #CEC59B is #CCCC99 (or #CC9).

RGB color model

#CEC59B color RGB value is (206,197,155).

RGB: (206,197,155) (81%, 77%, 61%)

RGB channels and saturation

R 206 of 255 = 81%
G 197 of 255 = 77%
B 155 of 255 = 61%

206
197
155

R + G + B ~ 73%. #CEC59B is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 197 + 155 = 558 (100%)
R 206 of 558 ~ 36.92%
G 197 of 558 ~ 35.3%
B 155 of 558 ~ 27.78'%

%36.92
%35.3
%27.78

CMYK color model

#CEC59B color CMYK value is (0,4,25,19).

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 24.76%
  • key color value is 19.22%

CMYK: (0,4,25,19)
C0M4Y25K19 (0%, 4%, 25%, 19%)
(0.00 / 0.04 / 0.25 / 0.19)

CMYK percentages

%0
%4.37
%24.76
%19.22

Codes

Color #CEC59B in popluar color models

CE C5 9B
RGB 206 197 155
HSL 49° 34.23% 70.78%
HSB/HSV 49° 24.76% 80.78%
CMYK 0.00% 4.37% 24.76%
19.22%

Color #CEC59B in popluar number systems.

HEX CE C5 9B
Decimal 206 197 155
Binary 11001110 11000101 10011011
Octal 316 305 233

Shades and tints

Shades of #CEC59B

#CEC59B
(206,197,155)
#BCB48D
(188,180,141)
#AAA37F
(170,163,127)
#989271
(152,146,113)
#868163
(134,129,99)
#747055
(116,112,85)
#625F47
(98,95,71)
#504E39
(80,78,57)
#3E3D2B
(62,61,43)
#2C2C1D
(44,44,29)
#1A1B0F
(26,27,15)
#000000
(0,0,0)

Tints of #CEC59B

#CEC59B
(206,197,155)
#D2CAA4
(210,202,164)
#D6CFAD
(214,207,173)
#DAD4B6
(218,212,182)
#DED9BF
(222,217,191)
#E2DEC8
(226,222,200)
#E6E3D1
(230,227,209)
#EAE8DA
(234,232,218)
#EEEDE3
(238,237,227)
#F2F2EC
(242,242,236)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEC59B; }

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

This text font color is #CEC59B.

Background Color

.myBgColor { background-color: #CEC59B; }

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

This div background color is #CEC59B.

Border color

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

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

This div border color is #CEC59B.

Opacity

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

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

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

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

This text has shadow with #CEC59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEC59B.

Preview

Color preview on black background

This text has color #CEC59B on black background.


Color preview on white background

This text has color #CEC59B on white background.


Black color preview on #CEC59B background

This text has black color on #CEC59B background.


White color preview on #CEC59B background

This text has white color on #CEC59B background.


Related colors

Complementary color

Complementary color for #hex is #313A64.


I love getcolorcode.com

Triadic colors

1 #9BCEC5 and #C59BCE with #CEC59B are triadic colors.

2 #9BC5CE and #C5CE9B with #CEC59B are triadic colors.