COLOR #CEB299

HEX: #CEB299 RGB: (206,178,153)

Color info

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

RGB color model

#CEB299 color RGB value is (206,178,153).

RGB: (206,178,153) (81%, 70%, 60%)

RGB channels and saturation

R 206 of 255 = 81%
G 178 of 255 = 70%
B 153 of 255 = 60%

206
178
153

R + G + B ~ 70%. #CEB299 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 178 + 153 = 537 (100%)
R 206 of 537 ~ 38.36%
G 178 of 537 ~ 33.15%
B 153 of 537 ~ 28.49'%

%38.36
%33.15
%28.49

CMYK color model

#CEB299 color CMYK value is (0,14,26,19).

  • cyan value is 0.00%
  • magenta value is 13.59%
  • yellow value is 25.73%
  • key color value is 19.22%

CMYK: (0,14,26,19)
C0M14Y26K19 (0%, 14%, 26%, 19%)
(0.00 / 0.14 / 0.26 / 0.19)

CMYK percentages

%0
%13.59
%25.73
%19.22

Codes

Color #CEB299 in popluar color models

CE B2 99
RGB 206 178 153
HSL 28° 35.10% 70.39%
HSB/HSV 28° 25.73% 80.78%
CMYK 0.00% 13.59% 25.73%
19.22%

Color #CEB299 in popluar number systems.

HEX CE B2 99
Decimal 206 178 153
Binary 11001110 10110010 10011001
Octal 316 262 231

Shades and tints

Shades of #CEB299

#CEB299
(206,178,153)
#BCA28C
(188,162,140)
#AA927F
(170,146,127)
#988272
(152,130,114)
#867265
(134,114,101)
#746258
(116,98,88)
#62524B
(98,82,75)
#50423E
(80,66,62)
#3E3231
(62,50,49)
#2C2224
(44,34,36)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #CEB299

#CEB299
(206,178,153)
#D2B9A2
(210,185,162)
#D6C0AB
(214,192,171)
#DAC7B4
(218,199,180)
#DECEBD
(222,206,189)
#E2D5C6
(226,213,198)
#E6DCCF
(230,220,207)
#EAE3D8
(234,227,216)
#EEEAE1
(238,234,225)
#F2F1EA
(242,241,234)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB299 color. Also use rgb(206,178,153) instead hex code.

Text Font Color

.myTextColor { color: #CEB299; }

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

This text font color is #CEB299.

Background Color

.myBgColor { background-color: #CEB299; }

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

This div background color is #CEB299.

Border color

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

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

This div border color is #CEB299.

Opacity

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

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

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

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

This text has shadow with #CEB299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEB299.

Preview

Color preview on black background

This text has color #CEB299 on black background.


Color preview on white background

This text has color #CEB299 on white background.


Black color preview on #CEB299 background

This text has black color on #CEB299 background.


White color preview on #CEB299 background

This text has white color on #CEB299 background.


Related colors

Complementary color

Complementary color for #hex is #314D66.


I love getcolorcode.com

Triadic colors

1 #99CEB2 and #B299CE with #CEB299 are triadic colors.

2 #99B2CE and #B2CE99 with #CEB299 are triadic colors.