COLOR #CEC295

HEX: #CEC295 RGB: (206,194,149)

Color info

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

RGB color model

#CEC295 color RGB value is (206,194,149).

RGB: (206,194,149) (81%, 76%, 58%)

RGB channels and saturation

R 206 of 255 = 81%
G 194 of 255 = 76%
B 149 of 255 = 58%

206
194
149

R + G + B ~ 72%. #CEC295 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 194 + 149 = 549 (100%)
R 206 of 549 ~ 37.52%
G 194 of 549 ~ 35.34%
B 149 of 549 ~ 27.14'%

%37.52
%35.34
%27.14

CMYK color model

#CEC295 color CMYK value is (0,6,28,19).

  • cyan value is 0.00%
  • magenta value is 5.83%
  • yellow value is 27.67%
  • key color value is 19.22%
CMYK: (0,6,28,19) C0M6Y28K19 (0%,6%,28%,19%) (0.00/0.06/0.28/0.19) 

CMYK percentages

%0
%5.83
%27.67
%19.22

Codes

Color #CEC295 in popluar color models

CE C2 95
RGB 206 194 149
HSL 47° 36.77% 69.61%
HSB/HSV 47° 27.67% 80.78%
CMYK 0.00% 5.83% 27.67%
19.22%

Color #CEC295 in popluar number systems.

HEX CE C2 95
Decimal 206 194 149
Binary 11001110 11000010 10010101
Octal 316 302 225

Shades and tints

Shades of #CEC295

#CEC295
(206,194,149)
#BCB188
(188,177,136)
#AAA07B
(170,160,123)
#988F6E
(152,143,110)
#867E61
(134,126,97)
#746D54
(116,109,84)
#625C47
(98,92,71)
#504B3A
(80,75,58)
#3E3A2D
(62,58,45)
#2C2920
(44,41,32)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #CEC295

#CEC295
(206,194,149)
#D2C79E
(210,199,158)
#D6CCA7
(214,204,167)
#DAD1B0
(218,209,176)
#DED6B9
(222,214,185)
#E2DBC2
(226,219,194)
#E6E0CB
(230,224,203)
#EAE5D4
(234,229,212)
#EEEADD
(238,234,221)
#F2EFE6
(242,239,230)
#F6F4EF
(246,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEC295; }

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

This text font color is #CEC295.

Background Color

.myBgColor { background-color: #CEC295; }

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

This div background color is #CEC295.

Border color

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

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

This div border color is #CEC295.

Opacity

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

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

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

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

This text has shadow with #CEC295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEC295.

Preview

Color preview on black background

This text has color #CEC295 on black background.


Color preview on white background

This text has color #CEC295 on white background.


Black color preview on #CEC295 background

This text has black color on #CEC295 background.


White color preview on #CEC295 background

This text has white color on #CEC295 background.


Related colors

Complementary color

Complementary color for #hex is #313D6A.


I love getcolorcode.com

Triadic colors

1 #95CEC2 and #C295CE with #CEC295 are triadic colors.

2 #95C2CE and #C2CE95 with #CEC295 are triadic colors.