COLOR #C68EBB

HEX: #C68EBB
RGB: (198,142,187)

Color info

#C68EBB contains red, green and blue colors in about the same proportion. Web safe color of #C68EBB is #CC99CC (or #C9C).

RGB color model

#C68EBB color RGB value is (198,142,187).

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

RGB channels and saturation

R 198 of 255 = 78%
G 142 of 255 = 56%
B 187 of 255 = 73%

198
142
187

R + G + B ~ 69%. #C68EBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 142 + 187 = 527 (100%)
R 198 of 527 ~ 37.57%
G 142 of 527 ~ 26.94%
B 187 of 527 ~ 35.48%

%37.57
%26.94
%35.48

CMYK color model

#C68EBB color CMYK value is (0,28,6,22).

  • cyan value is 0.00%
  • magenta value is 28.28%
  • yellow value is 5.56%
  • key color value is 22.35%
CMYK:
(0,28,6,22)
C0M28Y6K22 
(0%,28%,6%,22%)
(0.00/0.28/0.06/0.22)	

CMYK percentages

%0
%28.28
%5.56
%22.35

Codes

Color #C68EBB in popluar color models

C68EBB
RGB198142187
HSL312°32.94%66.67%
HSB/HSV312°28.28%77.65%
CMYK0.00%28.28%5.56%
22.35%

Color #C68EBB in popluar number systems.

HEXC68EBB
Decimal198142187
Binary110001101000111010111011
Octal306216273

Shades and tints

Shades of #C68EBB

#C68EBB
(198,142,187)
#B482AA
(180,130,170)
#A27699
(162,118,153)
#906A88
(144,106,136)
#7E5E77
(126,94,119)
#6C5266
(108,82,102)
#5A4655
(90,70,85)
#483A44
(72,58,68)
#362E33
(54,46,51)
#242222
(36,34,34)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #C68EBB

#C68EBB
(198,142,187)
#CB98C1
(203,152,193)
#D0A2C7
(208,162,199)
#D5ACCD
(213,172,205)
#DAB6D3
(218,182,211)
#DFC0D9
(223,192,217)
#E4CADF
(228,202,223)
#E9D4E5
(233,212,229)
#EEDEEB
(238,222,235)
#F3E8F1
(243,232,241)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68EBB; }

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

This text font color is #C68EBB.


Background Color

.myBgColor { background-color: #C68EBB; }

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

This div background color is #C68EBB.


Border color

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

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

This div border color is #C68EBB.


Opacity

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

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

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

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

This text has shadow with #C68EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68EBB on black background.


Color preview on white background

This text has color #C68EBB on white background.



Black color preview on #C68EBB background

This text has black color on #C68EBB background.


White color preview on #C68EBB background

This text has white color on #C68EBB background.