COLOR #CE74AC

HEX: #CE74AC
RGB: (206,116,172)

Color info

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

RGB color model

#CE74AC color RGB value is (206,116,172).

  • red value is 206;
  • green value is 116;
  • blue value is 172.
RGB:
(206,116,172)
(81%,45%,67%)

RGB channels and saturation

R 206 of 255 = 81%
G 116 of 255 = 45%
B 172 of 255 = 67%

206
116
172

R + G + B ~ 64%. #CE74AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 116 + 172 = 494 (100%)
R 206 of 494 ~ 41.7%
G 116 of 494 ~ 23.48%
B 172 of 494 ~ 34.82%

%41.7
%23.48
%34.82

CMYK color model

#CE74AC color CMYK value is (0,44,17,19).

  • cyan value is 0.00%
  • magenta value is 43.69%
  • yellow value is 16.50%
  • key color value is 19.22%
CMYK:
(0,44,17,19)
C0M44Y17K19 
(0%,44%,17%,19%)
(0.00/0.44/0.17/0.19)	

CMYK percentages

%0
%43.69
%16.5
%19.22

Codes

Color #CE74AC in popluar color models

CE74AC
RGB206116172
HSL323°47.87%63.14%
HSB/HSV323°43.69%80.78%
CMYK0.00%43.69%16.50%
19.22%

Color #CE74AC in popluar number systems.

HEXCE74AC
Decimal206116172
Binary11001110111010010101100
Octal316164254

Shades and tints

Shades of #CE74AC

#CE74AC
(206,116,172)
#BC6A9D
(188,106,157)
#AA608E
(170,96,142)
#98567F
(152,86,127)
#864C70
(134,76,112)
#744261
(116,66,97)
#623852
(98,56,82)
#502E43
(80,46,67)
#3E2434
(62,36,52)
#2C1A25
(44,26,37)
#1A1016
(26,16,22)
#000000
(0,0,0)

Tints of #CE74AC

#CE74AC
(206,116,172)
#D280B3
(210,128,179)
#D68CBA
(214,140,186)
#DA98C1
(218,152,193)
#DEA4C8
(222,164,200)
#E2B0CF
(226,176,207)
#E6BCD6
(230,188,214)
#EAC8DD
(234,200,221)
#EED4E4
(238,212,228)
#F2E0EB
(242,224,235)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE74AC; }

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

This text font color is #CE74AC.


Background Color

.myBgColor { background-color: #CE74AC; }

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

This div background color is #CE74AC.


Border color

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

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

This div border color is #CE74AC.


Opacity

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

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

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

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

This text has shadow with #CE74AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE74AC on black background.


Color preview on white background

This text has color #CE74AC on white background.



Black color preview on #CE74AC background

This text has black color on #CE74AC background.


White color preview on #CE74AC background

This text has white color on #CE74AC background.