COLOR #C2AFBE

HEX: #C2AFBE RGB: (194,175,190)

Color info

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

RGB color model

#C2AFBE color RGB value is (194,175,190).

RGB: (194,175,190) (76%, 69%, 75%)

RGB channels and saturation

R 194 of 255 = 76%
G 175 of 255 = 69%
B 190 of 255 = 75%

194
175
190

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

Portions of RGB colors in percentages

R + G + B = 194 + 175 + 190 = 559 (100%)
R 194 of 559 ~ 34.7%
G 175 of 559 ~ 31.31%
B 190 of 559 ~ 33.99'%

%34.7
%31.31
%33.99

CMYK color model

#C2AFBE color CMYK value is (0,10,2,24).

  • cyan value is 0.00%
  • magenta value is 9.79%
  • yellow value is 2.06%
  • key color value is 23.92%
CMYK: (0,10,2,24) C0M10Y2K24 (0%,10%,2%,24%) (0.00/0.10/0.02/0.24) 

CMYK percentages

%0
%9.79
%2.06
%23.92

Codes

Color #C2AFBE in popluar color models

C2 AF BE
RGB 194 175 190
HSL 313° 13.48% 72.35%
HSB/HSV 313° 9.79% 76.08%
CMYK 0.00% 9.79% 2.06%
23.92%

Color #C2AFBE in popluar number systems.

HEX C2 AF BE
Decimal 194 175 190
Binary 11000010 10101111 10111110
Octal 302 257 276

Shades and tints

Shades of #C2AFBE

#C2AFBE
(194,175,190)
#B1A0AD
(177,160,173)
#A0919C
(160,145,156)
#8F828B
(143,130,139)
#7E737A
(126,115,122)
#6D6469
(109,100,105)
#5C5558
(92,85,88)
#4B4647
(75,70,71)
#3A3736
(58,55,54)
#292825
(41,40,37)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #C2AFBE

#C2AFBE
(194,175,190)
#C7B6C3
(199,182,195)
#CCBDC8
(204,189,200)
#D1C4CD
(209,196,205)
#D6CBD2
(214,203,210)
#DBD2D7
(219,210,215)
#E0D9DC
(224,217,220)
#E5E0E1
(229,224,225)
#EAE7E6
(234,231,230)
#EFEEEB
(239,238,235)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AFBE color. Also use rgb(194,175,190) instead hex code.

Text Font Color

.myTextColor { color: #C2AFBE; }

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

This text font color is #C2AFBE.

Background Color

.myBgColor { background-color: #C2AFBE; }

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

This div background color is #C2AFBE.

Border color

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

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

This div border color is #C2AFBE.

Opacity

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

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

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

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

This text has shadow with #C2AFBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2AFBE.

Preview

Color preview on black background

This text has color #C2AFBE on black background.


Color preview on white background

This text has color #C2AFBE on white background.


Black color preview on #C2AFBE background

This text has black color on #C2AFBE background.


White color preview on #C2AFBE background

This text has white color on #C2AFBE background.


Related colors

Complementary color

Complementary color for #hex is #3D5041.


I love getcolorcode.com

Triadic colors

1 #BEC2AF and #AFBEC2 with #C2AFBE are triadic colors.

2 #BEAFC2 and #AFC2BE with #C2AFBE are triadic colors.