COLOR #CE74A7

HEX: #CE74A7
RGB: (206,116,167)

Color info

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

RGB color model

#CE74A7 color RGB value is (206,116,167).

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

RGB channels and saturation

R 206 of 255 = 81%
G 116 of 255 = 45%
B 167 of 255 = 65%

206
116
167

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

Portions of RGB colors in percentages

R + G + B =
206 + 116 + 167 = 489 (100%)
R 206 of 489 ~ 42.13%
G 116 of 489 ~ 23.72%
B 167 of 489 ~ 34.15%

%42.13
%23.72
%34.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.69%
  • yellow value is 18.93%
  • key color value is 19.22%
CMYK:
(0,44,19,19)
C0M44Y19K19 
(0%,44%,19%,19%)
(0.00/0.44/0.19/0.19)	

CMYK percentages

%0
%43.69
%18.93
%19.22

Codes

Color #CE74A7 in popluar color models

CE74A7
RGB206116167
HSL326°47.87%63.14%
HSB/HSV326°43.69%80.78%
CMYK0.00%43.69%18.93%
19.22%

Color #CE74A7 in popluar number systems.

HEXCE74A7
Decimal206116167
Binary11001110111010010100111
Octal316164247

Shades and tints

Shades of #CE74A7

#CE74A7
(206,116,167)
#BC6A98
(188,106,152)
#AA6089
(170,96,137)
#98567A
(152,86,122)
#864C6B
(134,76,107)
#74425C
(116,66,92)
#62384D
(98,56,77)
#502E3E
(80,46,62)
#3E242F
(62,36,47)
#2C1A20
(44,26,32)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #CE74A7

#CE74A7
(206,116,167)
#D280AF
(210,128,175)
#D68CB7
(214,140,183)
#DA98BF
(218,152,191)
#DEA4C7
(222,164,199)
#E2B0CF
(226,176,207)
#E6BCD7
(230,188,215)
#EAC8DF
(234,200,223)
#EED4E7
(238,212,231)
#F2E0EF
(242,224,239)
#F6ECF7
(246,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE74A7; }

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

This text font color is #CE74A7.


Background Color

.myBgColor { background-color: #CE74A7; }

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

This div background color is #CE74A7.


Border color

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

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

This div border color is #CE74A7.


Opacity

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

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

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

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

This text has shadow with #CE74A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE74A7 on black background.


Color preview on white background

This text has color #CE74A7 on white background.



Black color preview on #CE74A7 background

This text has black color on #CE74A7 background.


White color preview on #CE74A7 background

This text has white color on #CE74A7 background.