COLOR #CEC795

HEX: #CEC795
RGB: (206,199,149)

Color info

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

RGB color model

#CEC795 color RGB value is (206,199,149).

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

RGB channels and saturation

R 206 of 255 = 81%
G 199 of 255 = 78%
B 149 of 255 = 58%

206
199
149

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

Portions of RGB colors in percentages

R + G + B =
206 + 199 + 149 = 554 (100%)
R 206 of 554 ~ 37.18%
G 199 of 554 ~ 35.92%
B 149 of 554 ~ 26.9%

%37.18
%35.92
%26.9

CMYK color model

#CEC795 color CMYK value is (0,3,28,19).

  • cyan value is 0.00%
  • magenta value is 3.40%
  • yellow value is 27.67%
  • key color value is 19.22%
CMYK:
(0,3,28,19)
C0M3Y28K19 
(0%,3%,28%,19%)
(0.00/0.03/0.28/0.19)	

CMYK percentages

%0
%3.4
%27.67
%19.22

Codes

Color #CEC795 in popluar color models

CEC795
RGB206199149
HSL53°36.77%69.61%
HSB/HSV53°27.67%80.78%
CMYK0.00%3.40%27.67%
19.22%

Color #CEC795 in popluar number systems.

HEXCEC795
Decimal206199149
Binary110011101100011110010101
Octal316307225

Shades and tints

Shades of #CEC795

#CEC795
(206,199,149)
#BCB588
(188,181,136)
#AAA37B
(170,163,123)
#98916E
(152,145,110)
#867F61
(134,127,97)
#746D54
(116,109,84)
#625B47
(98,91,71)
#50493A
(80,73,58)
#3E372D
(62,55,45)
#2C2520
(44,37,32)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #CEC795

#CEC795
(206,199,149)
#D2CC9E
(210,204,158)
#D6D1A7
(214,209,167)
#DAD6B0
(218,214,176)
#DEDBB9
(222,219,185)
#E2E0C2
(226,224,194)
#E6E5CB
(230,229,203)
#EAEAD4
(234,234,212)
#EEEFDD
(238,239,221)
#F2F4E6
(242,244,230)
#F6F9EF
(246,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEC795; }

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

This text font color is #CEC795.


Background Color

.myBgColor { background-color: #CEC795; }

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

This div background color is #CEC795.


Border color

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

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

This div border color is #CEC795.


Opacity

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

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

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

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

This text has shadow with #CEC795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEC795 on black background.


Color preview on white background

This text has color #CEC795 on white background.



Black color preview on #CEC795 background

This text has black color on #CEC795 background.


White color preview on #CEC795 background

This text has white color on #CEC795 background.