COLOR #C2ADBF

HEX: #C2ADBF
RGB: (194,173,191)

Color info

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

RGB color model

#C2ADBF color RGB value is (194,173,191).

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

RGB channels and saturation

R 194 of 255 = 76%
G 173 of 255 = 68%
B 191 of 255 = 75%

194
173
191

R + G + B ~ 73%. #C2ADBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 173 + 191 = 558 (100%)
R 194 of 558 ~ 34.77%
G 173 of 558 ~ 31%
B 191 of 558 ~ 34.23%

%34.77
%31
%34.23

CMYK color model

#C2ADBF color CMYK value is (0,11,2,24).

  • cyan value is 0.00%
  • magenta value is 10.82%
  • yellow value is 1.55%
  • key color value is 23.92%
CMYK:
(0,11,2,24)
C0M11Y2K24 
(0%,11%,2%,24%)
(0.00/0.11/0.02/0.24)	

CMYK percentages

%0
%10.82
%1.55
%23.92

Codes

Color #C2ADBF in popluar color models

C2ADBF
RGB194173191
HSL309°14.69%71.96%
HSB/HSV309°10.82%76.08%
CMYK0.00%10.82%1.55%
23.92%

Color #C2ADBF in popluar number systems.

HEXC2ADBF
Decimal194173191
Binary110000101010110110111111
Octal302255277

Shades and tints

Shades of #C2ADBF

#C2ADBF
(194,173,191)
#B19EAE
(177,158,174)
#A08F9D
(160,143,157)
#8F808C
(143,128,140)
#7E717B
(126,113,123)
#6D626A
(109,98,106)
#5C5359
(92,83,89)
#4B4448
(75,68,72)
#3A3537
(58,53,55)
#292626
(41,38,38)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #C2ADBF

#C2ADBF
(194,173,191)
#C7B4C4
(199,180,196)
#CCBBC9
(204,187,201)
#D1C2CE
(209,194,206)
#D6C9D3
(214,201,211)
#DBD0D8
(219,208,216)
#E0D7DD
(224,215,221)
#E5DEE2
(229,222,226)
#EAE5E7
(234,229,231)
#EFECEC
(239,236,236)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ADBF; }

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

This text font color is #C2ADBF.


Background Color

.myBgColor { background-color: #C2ADBF; }

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

This div background color is #C2ADBF.


Border color

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

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

This div border color is #C2ADBF.


Opacity

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

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

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

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

This text has shadow with #C2ADBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2ADBF on black background.


Color preview on white background

This text has color #C2ADBF on white background.



Black color preview on #C2ADBF background

This text has black color on #C2ADBF background.


White color preview on #C2ADBF background

This text has white color on #C2ADBF background.