COLOR #CE9B75

HEX: #CE9B75
RGB: (206,155,117)

Color info

#CE9B75 contains mainly red and green colors. Web safe color of #CE9B75 is #CC9966 (or #C96).

RGB color model

#CE9B75 color RGB value is (206,155,117).

  • red value is 206;
  • green value is 155;
  • blue value is 117.
RGB:
(206,155,117)
(81%,61%,46%)

RGB channels and saturation

R 206 of 255 = 81%
G 155 of 255 = 61%
B 117 of 255 = 46%

206
155
117

R + G + B ~ 63%. #CE9B75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 155 + 117 = 478 (100%)
R 206 of 478 ~ 43.1%
G 155 of 478 ~ 32.43%
B 117 of 478 ~ 24.48%

%43.1
%32.43
%24.48

CMYK color model

#CE9B75 color CMYK value is (0,25,43,19).

  • cyan value is 0.00%
  • magenta value is 24.76%
  • yellow value is 43.20%
  • key color value is 19.22%
CMYK:
(0,25,43,19)
C0M25Y43K19 
(0%,25%,43%,19%)
(0.00/0.25/0.43/0.19)	

CMYK percentages

%0
%24.76
%43.2
%19.22

Codes

Color #CE9B75 in popluar color models

CE9B75
RGB206155117
HSL26°47.59%63.33%
HSB/HSV26°43.20%80.78%
CMYK0.00%24.76%43.20%
19.22%

Color #CE9B75 in popluar number systems.

HEXCE9B75
Decimal206155117
Binary11001110100110111110101
Octal316233165

Shades and tints

Shades of #CE9B75

#CE9B75
(206,155,117)
#BC8D6B
(188,141,107)
#AA7F61
(170,127,97)
#987157
(152,113,87)
#86634D
(134,99,77)
#745543
(116,85,67)
#624739
(98,71,57)
#50392F
(80,57,47)
#3E2B25
(62,43,37)
#2C1D1B
(44,29,27)
#1A0F11
(26,15,17)
#000000
(0,0,0)

Tints of #CE9B75

#CE9B75
(206,155,117)
#D2A481
(210,164,129)
#D6AD8D
(214,173,141)
#DAB699
(218,182,153)
#DEBFA5
(222,191,165)
#E2C8B1
(226,200,177)
#E6D1BD
(230,209,189)
#EADAC9
(234,218,201)
#EEE3D5
(238,227,213)
#F2ECE1
(242,236,225)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE9B75; }

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

This text font color is #CE9B75.


Background Color

.myBgColor { background-color: #CE9B75; }

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

This div background color is #CE9B75.


Border color

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

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

This div border color is #CE9B75.


Opacity

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

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

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

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

This text has shadow with #CE9B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9B75 on black background.


Color preview on white background

This text has color #CE9B75 on white background.



Black color preview on #CE9B75 background

This text has black color on #CE9B75 background.


White color preview on #CE9B75 background

This text has white color on #CE9B75 background.