COLOR #C7A8CB

HEX: #C7A8CB
RGB: (199,168,203)

Color info

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

RGB color model

#C7A8CB color RGB value is (199,168,203).

  • red value is 199;
  • green value is 168;
  • blue value is 203.
RGB:
(199,168,203)
(78%,66%,80%)

RGB channels and saturation

R 199 of 255 = 78%
G 168 of 255 = 66%
B 203 of 255 = 80%

199
168
203

R + G + B ~ 75%. #C7A8CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 168 + 203 = 570 (100%)
R 199 of 570 ~ 34.91%
G 168 of 570 ~ 29.47%
B 203 of 570 ~ 35.61%

%34.91
%29.47
%35.61

CMYK color model

#C7A8CB color CMYK value is (2,17,0,20).

  • cyan value is 1.97%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(2,17,0,20)
C2M17Y0K20 
(2%,17%,0%,20%)
(0.02/0.17/0.00/0.20)	

CMYK percentages

%1.97
%17.24
%0
%20.39

Codes

Color #C7A8CB in popluar color models

C7A8CB
RGB199168203
HSL293°25.18%72.75%
HSB/HSV293°17.24%79.61%
CMYK1.97%17.24%0.00%
20.39%

Color #C7A8CB in popluar number systems.

HEXC7A8CB
Decimal199168203
Binary110001111010100011001011
Octal307250313

Shades and tints

Shades of #C7A8CB

#C7A8CB
(199,168,203)
#B599B9
(181,153,185)
#A38AA7
(163,138,167)
#917B95
(145,123,149)
#7F6C83
(127,108,131)
#6D5D71
(109,93,113)
#5B4E5F
(91,78,95)
#493F4D
(73,63,77)
#37303B
(55,48,59)
#252129
(37,33,41)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #C7A8CB

#C7A8CB
(199,168,203)
#CCAFCF
(204,175,207)
#D1B6D3
(209,182,211)
#D6BDD7
(214,189,215)
#DBC4DB
(219,196,219)
#E0CBDF
(224,203,223)
#E5D2E3
(229,210,227)
#EAD9E7
(234,217,231)
#EFE0EB
(239,224,235)
#F4E7EF
(244,231,239)
#F9EEF3
(249,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A8CB color. Also use rgb(199,168,203) instead hex code.

Text Font Color

.myTextColor { color: #C7A8CB; }

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

This text font color is #C7A8CB.


Background Color

.myBgColor { background-color: #C7A8CB; }

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

This div background color is #C7A8CB.


Border color

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

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

This div border color is #C7A8CB.


Opacity

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

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

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

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

This text has shadow with #C7A8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A8CB on black background.


Color preview on white background

This text has color #C7A8CB on white background.



Black color preview on #C7A8CB background

This text has black color on #C7A8CB background.


White color preview on #C7A8CB background

This text has white color on #C7A8CB background.