COLOR #C2ADC7

HEX: #C2ADC7
RGB: (194,173,199)

Color info

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

RGB color model

#C2ADC7 color RGB value is (194,173,199).

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

RGB channels and saturation

R 194 of 255 = 76%
G 173 of 255 = 68%
B 199 of 255 = 78%

194
173
199

R + G + B ~ 74%. #C2ADC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 173 + 199 = 566 (100%)
R 194 of 566 ~ 34.28%
G 173 of 566 ~ 30.57%
B 199 of 566 ~ 35.16%

%34.28
%30.57
%35.16

CMYK color model

#C2ADC7 color CMYK value is (3,13,0,22).

  • cyan value is 2.51%
  • magenta value is 13.07%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (3,13,0,22) C3M13Y0K22 (3%,13%,0%,22%) (0.03/0.13/0.00/0.22)

CMYK percentages

%2.51
%13.07
%0
%21.96

Codes

Color #C2ADC7 in popluar color models

C2ADC7
RGB194173199
HSL288°18.84%72.94%
HSB/HSV288°13.07%78.04%
CMYK2.51%13.07%0.00%
21.96%

Color #C2ADC7 in popluar number systems.

HEXC2ADC7
Decimal194173199
Binary110000101010110111000111
Octal302255307

Shades and tints

Shades of #C2ADC7

#C2ADC7
(194,173,199)
#B19EB5
(177,158,181)
#A08FA3
(160,143,163)
#8F8091
(143,128,145)
#7E717F
(126,113,127)
#6D626D
(109,98,109)
#5C535B
(92,83,91)
#4B4449
(75,68,73)
#3A3537
(58,53,55)
#292625
(41,38,37)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #C2ADC7

#C2ADC7
(194,173,199)
#C7B4CC
(199,180,204)
#CCBBD1
(204,187,209)
#D1C2D6
(209,194,214)
#D6C9DB
(214,201,219)
#DBD0E0
(219,208,224)
#E0D7E5
(224,215,229)
#E5DEEA
(229,222,234)
#EAE5EF
(234,229,239)
#EFECF4
(239,236,244)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ADC7; }

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

This text font color is #C2ADC7.


Background Color

.myBgColor { background-color: #C2ADC7; }

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

This div background color is #C2ADC7.


Border color

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

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

This div border color is #C2ADC7.


Opacity

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

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

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

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

This text has shadow with #C2ADC7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C2ADC7 on black background.


Color preview on white background

This text has color #C2ADC7 on white background.



Black color preview on #C2ADC7 background

This text has black color on #C2ADC7 background.


White color preview on #C2ADC7 background

This text has white color on #C2ADC7 background.