COLOR #CEA498

HEX: #CEA498
RGB: (206,164,152)

Color info

#CEA498 contains red, green and blue colors in about the same proportion. Web safe color of #CEA498 is #CC9999 (or #C99).

RGB color model

#CEA498 color RGB value is (206,164,152).

  • red value is 206;
  • green value is 164;
  • blue value is 152.
RGB:
(206,164,152)
(81%,64%,60%)

RGB channels and saturation

R 206 of 255 = 81%
G 164 of 255 = 64%
B 152 of 255 = 60%

206
164
152

R + G + B ~ 68%. #CEA498 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 164 + 152 = 522 (100%)
R 206 of 522 ~ 39.46%
G 164 of 522 ~ 31.42%
B 152 of 522 ~ 29.12%

%39.46
%31.42
%29.12

CMYK color model

#CEA498 color CMYK value is (0,20,26,19).

  • cyan value is 0.00%
  • magenta value is 20.39%
  • yellow value is 26.21%
  • key color value is 19.22%
CMYK:
(0,20,26,19)
C0M20Y26K19 
(0%,20%,26%,19%)
(0.00/0.20/0.26/0.19)	

CMYK percentages

%0
%20.39
%26.21
%19.22

Codes

Color #CEA498 in popluar color models

CEA498
RGB206164152
HSL13°35.53%70.20%
HSB/HSV13°26.21%80.78%
CMYK0.00%20.39%26.21%
19.22%

Color #CEA498 in popluar number systems.

HEXCEA498
Decimal206164152
Binary110011101010010010011000
Octal316244230

Shades and tints

Shades of #CEA498

#CEA498
(206,164,152)
#BC968B
(188,150,139)
#AA887E
(170,136,126)
#987A71
(152,122,113)
#866C64
(134,108,100)
#745E57
(116,94,87)
#62504A
(98,80,74)
#50423D
(80,66,61)
#3E3430
(62,52,48)
#2C2623
(44,38,35)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #CEA498

#CEA498
(206,164,152)
#D2ACA1
(210,172,161)
#D6B4AA
(214,180,170)
#DABCB3
(218,188,179)
#DEC4BC
(222,196,188)
#E2CCC5
(226,204,197)
#E6D4CE
(230,212,206)
#EADCD7
(234,220,215)
#EEE4E0
(238,228,224)
#F2ECE9
(242,236,233)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA498 color. Also use rgb(206,164,152) instead hex code.

Text Font Color

.myTextColor { color: #CEA498; }

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

This text font color is #CEA498.


Background Color

.myBgColor { background-color: #CEA498; }

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

This div background color is #CEA498.


Border color

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

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

This div border color is #CEA498.


Opacity

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

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

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

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

This text has shadow with #CEA498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA498 on black background.


Color preview on white background

This text has color #CEA498 on white background.



Black color preview on #CEA498 background

This text has black color on #CEA498 background.


White color preview on #CEA498 background

This text has white color on #CEA498 background.