COLOR #CEB471

HEX: #CEB471 RGB: (206,180,113)

Color info

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

RGB color model

#CEB471 color RGB value is (206,180,113).

RGB: (206,180,113) (81%, 71%, 44%)

RGB channels and saturation

R 206 of 255 = 81%
G 180 of 255 = 71%
B 113 of 255 = 44%

206
180
113

R + G + B ~ 65%. #CEB471 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 180 + 113 = 499 (100%)
R 206 of 499 ~ 41.28%
G 180 of 499 ~ 36.07%
B 113 of 499 ~ 22.65'%

%41.28
%36.07
%22.65

CMYK color model

#CEB471 color CMYK value is (0,13,45,19).

  • cyan value is 0.00%
  • magenta value is 12.62%
  • yellow value is 45.15%
  • key color value is 19.22%

CMYK: (0,13,45,19)
C0M13Y45K19 (0%, 13%, 45%, 19%)
(0.00 / 0.13 / 0.45 / 0.19)

CMYK percentages

%0
%12.62
%45.15
%19.22

Codes

Color #CEB471 in popluar color models

CE B4 71
RGB 206 180 113
HSL 43° 48.69% 62.55%
HSB/HSV 43° 45.15% 80.78%
CMYK 0.00% 12.62% 45.15%
19.22%

Color #CEB471 in popluar number systems.

HEX CE B4 71
Decimal 206 180 113
Binary 11001110 10110100 1110001
Octal 316 264 161

Shades and tints

Shades of #CEB471

#CEB471
(206,180,113)
#BCA467
(188,164,103)
#AA945D
(170,148,93)
#988453
(152,132,83)
#867449
(134,116,73)
#74643F
(116,100,63)
#625435
(98,84,53)
#50442B
(80,68,43)
#3E3421
(62,52,33)
#2C2417
(44,36,23)
#1A140D
(26,20,13)
#000000
(0,0,0)

Tints of #CEB471

#CEB471
(206,180,113)
#D2BA7D
(210,186,125)
#D6C089
(214,192,137)
#DAC695
(218,198,149)
#DECCA1
(222,204,161)
#E2D2AD
(226,210,173)
#E6D8B9
(230,216,185)
#EADEC5
(234,222,197)
#EEE4D1
(238,228,209)
#F2EADD
(242,234,221)
#F6F0E9
(246,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEB471 color. Also use rgb(206,180,113) instead hex code.

Text Font Color

.myTextColor { color: #CEB471; }

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

This text font color is #CEB471.

Background Color

.myBgColor { background-color: #CEB471; }

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

This div background color is #CEB471.

Border color

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

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

This div border color is #CEB471.

Opacity

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

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

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

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

This text has shadow with #CEB471 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEB471.

Preview

Color preview on black background

This text has color #CEB471 on black background.


Color preview on white background

This text has color #CEB471 on white background.


Black color preview on #CEB471 background

This text has black color on #CEB471 background.


White color preview on #CEB471 background

This text has white color on #CEB471 background.


Related colors

Complementary color

Complementary color for #hex is #314B8E.


I love getcolorcode.com

Triadic colors

1 #71CEB4 and #B471CE with #CEB471 are triadic colors.

2 #71B4CE and #B4CE71 with #CEB471 are triadic colors.