COLOR #CEB57B

HEX: #CEB57B RGB: (206,181,123)

Color info

#CEB57B contains mainly red and green colors. Web safe color of #CEB57B is #CCCC66 (or #CC6).

RGB color model

#CEB57B color RGB value is (206,181,123).

RGB: (206,181,123) (81%, 71%, 48%)

RGB channels and saturation

R 206 of 255 = 81%
G 181 of 255 = 71%
B 123 of 255 = 48%

206
181
123

R + G + B ~ 67%. #CEB57B is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 181 + 123 = 510 (100%)
R 206 of 510 ~ 40.39%
G 181 of 510 ~ 35.49%
B 123 of 510 ~ 24.12'%

%40.39
%35.49
%24.12

CMYK color model

#CEB57B color CMYK value is (0,12,40,19).

  • cyan value is 0.00%
  • magenta value is 12.14%
  • yellow value is 40.29%
  • key color value is 19.22%
CMYK: (0,12,40,19) C0M12Y40K19 (0%,12%,40%,19%) (0.00/0.12/0.40/0.19) 

CMYK percentages

%0
%12.14
%40.29
%19.22

Codes

Color #CEB57B in popluar color models

CE B5 7B
RGB 206 181 123
HSL 42° 45.86% 64.51%
HSB/HSV 42° 40.29% 80.78%
CMYK 0.00% 12.14% 40.29%
19.22%

Color #CEB57B in popluar number systems.

HEX CE B5 7B
Decimal 206 181 123
Binary 11001110 10110101 1111011
Octal 316 265 173

Shades and tints

Shades of #CEB57B

#CEB57B
(206,181,123)
#BCA570
(188,165,112)
#AA9565
(170,149,101)
#98855A
(152,133,90)
#86754F
(134,117,79)
#746544
(116,101,68)
#625539
(98,85,57)
#50452E
(80,69,46)
#3E3523
(62,53,35)
#2C2518
(44,37,24)
#1A150D
(26,21,13)
#000000
(0,0,0)

Tints of #CEB57B

#CEB57B
(206,181,123)
#D2BB87
(210,187,135)
#D6C193
(214,193,147)
#DAC79F
(218,199,159)
#DECDAB
(222,205,171)
#E2D3B7
(226,211,183)
#E6D9C3
(230,217,195)
#EADFCF
(234,223,207)
#EEE5DB
(238,229,219)
#F2EBE7
(242,235,231)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB57B color. Also use rgb(206,181,123) instead hex code.

Text Font Color

.myTextColor { color: #CEB57B; }

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

This text font color is #CEB57B.

Background Color

.myBgColor { background-color: #CEB57B; }

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

This div background color is #CEB57B.

Border color

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

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

This div border color is #CEB57B.

Opacity

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

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

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

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

This text has shadow with #CEB57B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEB57B.

Preview

Color preview on black background

This text has color #CEB57B on black background.


Color preview on white background

This text has color #CEB57B on white background.


Black color preview on #CEB57B background

This text has black color on #CEB57B background.


White color preview on #CEB57B background

This text has white color on #CEB57B background.


Related colors

Complementary color

Complementary color for #hex is #314A84.


I love getcolorcode.com

Triadic colors

1 #7BCEB5 and #B57BCE with #CEB57B are triadic colors.

2 #7BB5CE and #B5CE7B with #CEB57B are triadic colors.