COLOR #CEB3B3

HEX: #CEB3B3
RGB: (206,179,179)

Color info

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

RGB color model

#CEB3B3 color RGB value is (206,179,179).

  • red value is 206;
  • green value is 179;
  • blue value is 179.
RGB:
(206,179,179)
(81%,70%,70%)

RGB channels and saturation

R 206 of 255 = 81%
G 179 of 255 = 70%
B 179 of 255 = 70%

206
179
179

R + G + B ~ 74%. #CEB3B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 179 + 179 = 564 (100%)
R 206 of 564 ~ 36.52%
G 179 of 564 ~ 31.74%
B 179 of 564 ~ 31.74%

%36.52
%31.74
%31.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.11%
  • yellow value is 13.11%
  • key color value is 19.22%
CMYK:
(0,13,13,19)
C0M13Y13K19 
(0%,13%,13%,19%)
(0.00/0.13/0.13/0.19)	

CMYK percentages

%0
%13.11
%13.11
%19.22

Codes

Color #CEB3B3 in popluar color models

CEB3B3
RGB206179179
HSL21.60%75.49%
HSB/HSV13.11%80.78%
CMYK0.00%13.11%13.11%
19.22%

Color #CEB3B3 in popluar number systems.

HEXCEB3B3
Decimal206179179
Binary110011101011001110110011
Octal316263263

Shades and tints

Shades of #CEB3B3

#CEB3B3
(206,179,179)
#BCA3A3
(188,163,163)
#AA9393
(170,147,147)
#988383
(152,131,131)
#867373
(134,115,115)
#746363
(116,99,99)
#625353
(98,83,83)
#504343
(80,67,67)
#3E3333
(62,51,51)
#2C2323
(44,35,35)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #CEB3B3

#CEB3B3
(206,179,179)
#D2B9B9
(210,185,185)
#D6BFBF
(214,191,191)
#DAC5C5
(218,197,197)
#DECBCB
(222,203,203)
#E2D1D1
(226,209,209)
#E6D7D7
(230,215,215)
#EADDDD
(234,221,221)
#EEE3E3
(238,227,227)
#F2E9E9
(242,233,233)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEB3B3; }

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

This text font color is #CEB3B3.


Background Color

.myBgColor { background-color: #CEB3B3; }

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

This div background color is #CEB3B3.


Border color

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

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

This div border color is #CEB3B3.


Opacity

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

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

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

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

This text has shadow with #CEB3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEB3B3 on black background.


Color preview on white background

This text has color #CEB3B3 on white background.



Black color preview on #CEB3B3 background

This text has black color on #CEB3B3 background.


White color preview on #CEB3B3 background

This text has white color on #CEB3B3 background.