COLOR #CEBE98

HEX: #CEBE98
RGB: (206,190,152)

Color info

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

RGB color model

#CEBE98 color RGB value is (206,190,152).

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

RGB channels and saturation

R 206 of 255 = 81%
G 190 of 255 = 75%
B 152 of 255 = 60%

206
190
152

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

Portions of RGB colors in percentages

R + G + B =
206 + 190 + 152 = 548 (100%)
R 206 of 548 ~ 37.59%
G 190 of 548 ~ 34.67%
B 152 of 548 ~ 27.74%

%37.59
%34.67
%27.74

CMYK color model

#CEBE98 color CMYK value is (0,8,26,19).

  • cyan value is 0.00%
  • magenta value is 7.77%
  • yellow value is 26.21%
  • key color value is 19.22%
CMYK:
(0,8,26,19)
C0M8Y26K19 
(0%,8%,26%,19%)
(0.00/0.08/0.26/0.19)	

CMYK percentages

%0
%7.77
%26.21
%19.22

Codes

Color #CEBE98 in popluar color models

CEBE98
RGB206190152
HSL42°35.53%70.20%
HSB/HSV42°26.21%80.78%
CMYK0.00%7.77%26.21%
19.22%

Color #CEBE98 in popluar number systems.

HEXCEBE98
Decimal206190152
Binary110011101011111010011000
Octal316276230

Shades and tints

Shades of #CEBE98

#CEBE98
(206,190,152)
#BCAD8B
(188,173,139)
#AA9C7E
(170,156,126)
#988B71
(152,139,113)
#867A64
(134,122,100)
#746957
(116,105,87)
#62584A
(98,88,74)
#50473D
(80,71,61)
#3E3630
(62,54,48)
#2C2523
(44,37,35)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #CEBE98

#CEBE98
(206,190,152)
#D2C3A1
(210,195,161)
#D6C8AA
(214,200,170)
#DACDB3
(218,205,179)
#DED2BC
(222,210,188)
#E2D7C5
(226,215,197)
#E6DCCE
(230,220,206)
#EAE1D7
(234,225,215)
#EEE6E0
(238,230,224)
#F2EBE9
(242,235,233)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEBE98; }

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

This text font color is #CEBE98.


Background Color

.myBgColor { background-color: #CEBE98; }

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

This div background color is #CEBE98.


Border color

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

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

This div border color is #CEBE98.


Opacity

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

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

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

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

This text has shadow with #CEBE98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEBE98 on black background.


Color preview on white background

This text has color #CEBE98 on white background.



Black color preview on #CEBE98 background

This text has black color on #CEBE98 background.


White color preview on #CEBE98 background

This text has white color on #CEBE98 background.