COLOR #CE7D7E

HEX: #CE7D7E
RGB: (206,125,126)

Color info

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

RGB color model

#CE7D7E color RGB value is (206,125,126).

  • red value is 206;
  • green value is 125;
  • blue value is 126.
RGB:
(206,125,126)
(81%,49%,49%)

RGB channels and saturation

R 206 of 255 = 81%
G 125 of 255 = 49%
B 126 of 255 = 49%

206
125
126

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

Portions of RGB colors in percentages

R + G + B =
206 + 125 + 126 = 457 (100%)
R 206 of 457 ~ 45.08%
G 125 of 457 ~ 27.35%
B 126 of 457 ~ 27.57%

%45.08
%27.35
%27.57

CMYK color model

#CE7D7E color CMYK value is (0,39,39,19).

  • cyan value is 0.00%
  • magenta value is 39.32%
  • yellow value is 38.83%
  • key color value is 19.22%
CMYK:
(0,39,39,19)
C0M39Y39K19 
(0%,39%,39%,19%)
(0.00/0.39/0.39/0.19)	

CMYK percentages

%0
%39.32
%38.83
%19.22

Codes

Color #CE7D7E in popluar color models

CE7D7E
RGB206125126
HSL359°45.25%64.90%
HSB/HSV359°39.32%80.78%
CMYK0.00%39.32%38.83%
19.22%

Color #CE7D7E in popluar number systems.

HEXCE7D7E
Decimal206125126
Binary1100111011111011111110
Octal316175176

Shades and tints

Shades of #CE7D7E

#CE7D7E
(206,125,126)
#BC7273
(188,114,115)
#AA6768
(170,103,104)
#985C5D
(152,92,93)
#865152
(134,81,82)
#744647
(116,70,71)
#623B3C
(98,59,60)
#503031
(80,48,49)
#3E2526
(62,37,38)
#2C1A1B
(44,26,27)
#1A0F10
(26,15,16)
#000000
(0,0,0)

Tints of #CE7D7E

#CE7D7E
(206,125,126)
#D28889
(210,136,137)
#D69394
(214,147,148)
#DA9E9F
(218,158,159)
#DEA9AA
(222,169,170)
#E2B4B5
(226,180,181)
#E6BFC0
(230,191,192)
#EACACB
(234,202,203)
#EED5D6
(238,213,214)
#F2E0E1
(242,224,225)
#F6EBEC
(246,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE7D7E; }

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

This text font color is #CE7D7E.


Background Color

.myBgColor { background-color: #CE7D7E; }

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

This div background color is #CE7D7E.


Border color

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

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

This div border color is #CE7D7E.


Opacity

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

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

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

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

This text has shadow with #CE7D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7D7E on black background.


Color preview on white background

This text has color #CE7D7E on white background.



Black color preview on #CE7D7E background

This text has black color on #CE7D7E background.


White color preview on #CE7D7E background

This text has white color on #CE7D7E background.