COLOR #CE7D95

HEX: #CE7D95
RGB: (206,125,149)

Color info

#CE7D95 contains mainly red and blue colors. Web safe color of #CE7D95 is #CC6699 (or #C69).

RGB color model

#CE7D95 color RGB value is (206,125,149).

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

RGB channels and saturation

R 206 of 255 = 81%
G 125 of 255 = 49%
B 149 of 255 = 58%

206
125
149

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

Portions of RGB colors in percentages

R + G + B =
206 + 125 + 149 = 480 (100%)
R 206 of 480 ~ 42.92%
G 125 of 480 ~ 26.04%
B 149 of 480 ~ 31.04%

%42.92
%26.04
%31.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.32%
  • yellow value is 27.67%
  • key color value is 19.22%
CMYK:
(0,39,28,19)
C0M39Y28K19 
(0%,39%,28%,19%)
(0.00/0.39/0.28/0.19)	

CMYK percentages

%0
%39.32
%27.67
%19.22

Codes

Color #CE7D95 in popluar color models

CE7D95
RGB206125149
HSL342°45.25%64.90%
HSB/HSV342°39.32%80.78%
CMYK0.00%39.32%27.67%
19.22%

Color #CE7D95 in popluar number systems.

HEXCE7D95
Decimal206125149
Binary11001110111110110010101
Octal316175225

Shades and tints

Shades of #CE7D95

#CE7D95
(206,125,149)
#BC7288
(188,114,136)
#AA677B
(170,103,123)
#985C6E
(152,92,110)
#865161
(134,81,97)
#744654
(116,70,84)
#623B47
(98,59,71)
#50303A
(80,48,58)
#3E252D
(62,37,45)
#2C1A20
(44,26,32)
#1A0F13
(26,15,19)
#000000
(0,0,0)

Tints of #CE7D95

#CE7D95
(206,125,149)
#D2889E
(210,136,158)
#D693A7
(214,147,167)
#DA9EB0
(218,158,176)
#DEA9B9
(222,169,185)
#E2B4C2
(226,180,194)
#E6BFCB
(230,191,203)
#EACAD4
(234,202,212)
#EED5DD
(238,213,221)
#F2E0E6
(242,224,230)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE7D95; }

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

This text font color is #CE7D95.


Background Color

.myBgColor { background-color: #CE7D95; }

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

This div background color is #CE7D95.


Border color

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

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

This div border color is #CE7D95.


Opacity

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

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

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

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

This text has shadow with #CE7D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7D95 on black background.


Color preview on white background

This text has color #CE7D95 on white background.



Black color preview on #CE7D95 background

This text has black color on #CE7D95 background.


White color preview on #CE7D95 background

This text has white color on #CE7D95 background.