COLOR #C2ADCF

HEX: #C2ADCF
RGB: (194,173,207)

Color info

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

RGB color model

#C2ADCF color RGB value is (194,173,207).

  • red value is 194;
  • green value is 173;
  • blue value is 207.
RGB:
(194,173,207)
(76%,68%,81%)

RGB channels and saturation

R 194 of 255 = 76%
G 173 of 255 = 68%
B 207 of 255 = 81%

194
173
207

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

Portions of RGB colors in percentages

R + G + B =
194 + 173 + 207 = 574 (100%)
R 194 of 574 ~ 33.8%
G 173 of 574 ~ 30.14%
B 207 of 574 ~ 36.06%

%33.8
%30.14
%36.06

CMYK color model

#C2ADCF color CMYK value is (6,16,0,19).

  • cyan value is 6.28%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(6,16,0,19)
C6M16Y0K19 
(6%,16%,0%,19%)
(0.06/0.16/0.00/0.19)	

CMYK percentages

%6.28
%16.43
%0
%18.82

Codes

Color #C2ADCF in popluar color models

C2ADCF
RGB194173207
HSL277°26.15%74.51%
HSB/HSV277°16.43%81.18%
CMYK6.28%16.43%0.00%
18.82%

Color #C2ADCF in popluar number systems.

HEXC2ADCF
Decimal194173207
Binary110000101010110111001111
Octal302255317

Shades and tints

Shades of #C2ADCF

#C2ADCF
(194,173,207)
#B19EBD
(177,158,189)
#A08FAB
(160,143,171)
#8F8099
(143,128,153)
#7E7187
(126,113,135)
#6D6275
(109,98,117)
#5C5363
(92,83,99)
#4B4451
(75,68,81)
#3A353F
(58,53,63)
#29262D
(41,38,45)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #C2ADCF

#C2ADCF
(194,173,207)
#C7B4D3
(199,180,211)
#CCBBD7
(204,187,215)
#D1C2DB
(209,194,219)
#D6C9DF
(214,201,223)
#DBD0E3
(219,208,227)
#E0D7E7
(224,215,231)
#E5DEEB
(229,222,235)
#EAE5EF
(234,229,239)
#EFECF3
(239,236,243)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2ADCF color. Also use rgb(194,173,207) instead hex code.

Text Font Color

.myTextColor { color: #C2ADCF; }

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

This text font color is #C2ADCF.


Background Color

.myBgColor { background-color: #C2ADCF; }

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

This div background color is #C2ADCF.


Border color

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

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

This div border color is #C2ADCF.


Opacity

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

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

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

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

This text has shadow with #C2ADCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2ADCF on black background.


Color preview on white background

This text has color #C2ADCF on white background.



Black color preview on #C2ADCF background

This text has black color on #C2ADCF background.


White color preview on #C2ADCF background

This text has white color on #C2ADCF background.