COLOR #C68EAD

HEX: #C68EAD
RGB: (198,142,173)

Color info

#C68EAD contains red, green and blue colors in about the same proportion. Web safe color of #C68EAD is #CC9999 (or #C99).

RGB color model

#C68EAD color RGB value is (198,142,173).

  • red value is 198;
  • green value is 142;
  • blue value is 173.
RGB:
(198,142,173)
(78%,56%,68%)

RGB channels and saturation

R 198 of 255 = 78%
G 142 of 255 = 56%
B 173 of 255 = 68%

198
142
173

R + G + B ~ 67%. #C68EAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 142 + 173 = 513 (100%)
R 198 of 513 ~ 38.6%
G 142 of 513 ~ 27.68%
B 173 of 513 ~ 33.72%

%38.6
%27.68
%33.72

CMYK color model

#C68EAD color CMYK value is (0,28,13,22).

  • cyan value is 0.00%
  • magenta value is 28.28%
  • yellow value is 12.63%
  • key color value is 22.35%
CMYK:
(0,28,13,22)
C0M28Y13K22 
(0%,28%,13%,22%)
(0.00/0.28/0.13/0.22)	

CMYK percentages

%0
%28.28
%12.63
%22.35

Codes

Color #C68EAD in popluar color models

C68EAD
RGB198142173
HSL327°32.94%66.67%
HSB/HSV327°28.28%77.65%
CMYK0.00%28.28%12.63%
22.35%

Color #C68EAD in popluar number systems.

HEXC68EAD
Decimal198142173
Binary110001101000111010101101
Octal306216255

Shades and tints

Shades of #C68EAD

#C68EAD
(198,142,173)
#B4829E
(180,130,158)
#A2768F
(162,118,143)
#906A80
(144,106,128)
#7E5E71
(126,94,113)
#6C5262
(108,82,98)
#5A4653
(90,70,83)
#483A44
(72,58,68)
#362E35
(54,46,53)
#242226
(36,34,38)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #C68EAD

#C68EAD
(198,142,173)
#CB98B4
(203,152,180)
#D0A2BB
(208,162,187)
#D5ACC2
(213,172,194)
#DAB6C9
(218,182,201)
#DFC0D0
(223,192,208)
#E4CAD7
(228,202,215)
#E9D4DE
(233,212,222)
#EEDEE5
(238,222,229)
#F3E8EC
(243,232,236)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68EAD color. Also use rgb(198,142,173) instead hex code.

Text Font Color

.myTextColor { color: #C68EAD; }

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

This text font color is #C68EAD.


Background Color

.myBgColor { background-color: #C68EAD; }

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

This div background color is #C68EAD.


Border color

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

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

This div border color is #C68EAD.


Opacity

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

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

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

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

This text has shadow with #C68EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68EAD on black background.


Color preview on white background

This text has color #C68EAD on white background.



Black color preview on #C68EAD background

This text has black color on #C68EAD background.


White color preview on #C68EAD background

This text has white color on #C68EAD background.