COLOR #CD7E7B

HEX: #CD7E7B
RGB: (205,126,123)

Color info

#CD7E7B contains mainly red color. Web safe color of #CD7E7B is #CC6666 (or #C66).

RGB color model

#CD7E7B color RGB value is (205,126,123).

  • red value is 205;
  • green value is 126;
  • blue value is 123.
RGB:
(205,126,123)
(80%,49%,48%)

RGB channels and saturation

R 205 of 255 = 80%
G 126 of 255 = 49%
B 123 of 255 = 48%

205
126
123

R + G + B ~ 59%. #CD7E7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
205 + 126 + 123 = 454 (100%)
R 205 of 454 ~ 45.15%
G 126 of 454 ~ 27.75%
B 123 of 454 ~ 27.09%

%45.15
%27.75
%27.09

CMYK color model

#CD7E7B color CMYK value is (0,39,40,20).

  • cyan value is 0.00%
  • magenta value is 38.54%
  • yellow value is 40.00%
  • key color value is 19.61%
CMYK:
(0,39,40,20)
C0M39Y40K20 
(0%,39%,40%,20%)
(0.00/0.39/0.40/0.20)	

CMYK percentages

%0
%38.54
%40
%19.61

Codes

Color #CD7E7B in popluar color models

CD7E7B
RGB205126123
HSL45.05%64.31%
HSB/HSV40.00%80.39%
CMYK0.00%38.54%40.00%
19.61%

Color #CD7E7B in popluar number systems.

HEXCD7E7B
Decimal205126123
Binary1100110111111101111011
Octal315176173

Shades and tints

Shades of #CD7E7B

#CD7E7B
(205,126,123)
#BB7370
(187,115,112)
#A96865
(169,104,101)
#975D5A
(151,93,90)
#85524F
(133,82,79)
#734744
(115,71,68)
#613C39
(97,60,57)
#4F312E
(79,49,46)
#3D2623
(61,38,35)
#2B1B18
(43,27,24)
#19100D
(25,16,13)
#000000
(0,0,0)

Tints of #CD7E7B

#CD7E7B
(205,126,123)
#D18987
(209,137,135)
#D59493
(213,148,147)
#D99F9F
(217,159,159)
#DDAAAB
(221,170,171)
#E1B5B7
(225,181,183)
#E5C0C3
(229,192,195)
#E9CBCF
(233,203,207)
#EDD6DB
(237,214,219)
#F1E1E7
(241,225,231)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD7E7B color. Also use rgb(205,126,123) instead hex code.

Text Font Color

.myTextColor { color: #CD7E7B; }

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

This text font color is #CD7E7B.


Background Color

.myBgColor { background-color: #CD7E7B; }

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

This div background color is #CD7E7B.


Border color

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

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

This div border color is #CD7E7B.


Opacity

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

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

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

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

This text has shadow with #CD7E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD7E7B on black background.


Color preview on white background

This text has color #CD7E7B on white background.



Black color preview on #CD7E7B background

This text has black color on #CD7E7B background.


White color preview on #CD7E7B background

This text has white color on #CD7E7B background.