COLOR #C5AFBE

HEX: #C5AFBE RGB: (197,175,190)

Color info

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

RGB color model

#C5AFBE color RGB value is (197,175,190).

RGB: (197,175,190) (77%, 69%, 75%)

RGB channels and saturation

R 197 of 255 = 77%
G 175 of 255 = 69%
B 190 of 255 = 75%

197
175
190

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

Portions of RGB colors in percentages

R + G + B = 197 + 175 + 190 = 562 (100%)
R 197 of 562 ~ 35.05%
G 175 of 562 ~ 31.14%
B 190 of 562 ~ 33.81'%

%35.05
%31.14
%33.81

CMYK color model

#C5AFBE color CMYK value is (0,11,4,23).

  • cyan value is 0.00%
  • magenta value is 11.17%
  • yellow value is 3.55%
  • key color value is 22.75%

CMYK: (0,11,4,23)
C0M11Y4K23 (0%, 11%, 4%, 23%)
(0.00 / 0.11 / 0.04 / 0.23)

CMYK percentages

%0
%11.17
%3.55
%22.75

Codes

Color #C5AFBE in popluar color models

C5 AF BE
RGB 197 175 190
HSL 319° 15.94% 72.94%
HSB/HSV 319° 11.17% 77.25%
CMYK 0.00% 11.17% 3.55%
22.75%

Color #C5AFBE in popluar number systems.

HEX C5 AF BE
Decimal 197 175 190
Binary 11000101 10101111 10111110
Octal 305 257 276

Shades and tints

Shades of #C5AFBE

#C5AFBE
(197,175,190)
#B4A0AD
(180,160,173)
#A3919C
(163,145,156)
#92828B
(146,130,139)
#81737A
(129,115,122)
#706469
(112,100,105)
#5F5558
(95,85,88)
#4E4647
(78,70,71)
#3D3736
(61,55,54)
#2C2825
(44,40,37)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #C5AFBE

#C5AFBE
(197,175,190)
#CAB6C3
(202,182,195)
#CFBDC8
(207,189,200)
#D4C4CD
(212,196,205)
#D9CBD2
(217,203,210)
#DED2D7
(222,210,215)
#E3D9DC
(227,217,220)
#E8E0E1
(232,224,225)
#EDE7E6
(237,231,230)
#F2EEEB
(242,238,235)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AFBE; }

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

This text font color is #C5AFBE.

Background Color

.myBgColor { background-color: #C5AFBE; }

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

This div background color is #C5AFBE.

Border color

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

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

This div border color is #C5AFBE.

Opacity

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

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

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

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

This text has shadow with #C5AFBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5AFBE.

Preview

Color preview on black background

This text has color #C5AFBE on black background.


Color preview on white background

This text has color #C5AFBE on white background.


Black color preview on #C5AFBE background

This text has black color on #C5AFBE background.


White color preview on #C5AFBE background

This text has white color on #C5AFBE background.


Related colors

Complementary color

Complementary color for #hex is #3A5041.


I love getcolorcode.com

Triadic colors

1 #BEC5AF and #AFBEC5 with #C5AFBE are triadic colors.

2 #BEAFC5 and #AFC5BE with #C5AFBE are triadic colors.