COLOR #C69AAF

HEX: #C69AAF
RGB: (198,154,175)

Color info

#C69AAF contains red, green and blue colors in about the same proportion. Web safe color of #C69AAF is #CC9999 (or #C99).

RGB color model

#C69AAF color RGB value is (198,154,175).

  • red value is 198;
  • green value is 154;
  • blue value is 175.
RGB:
(198,154,175)
(78%,60%,69%)

RGB channels and saturation

R 198 of 255 = 78%
G 154 of 255 = 60%
B 175 of 255 = 69%

198
154
175

R + G + B ~ 69%. #C69AAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 154 + 175 = 527 (100%)
R 198 of 527 ~ 37.57%
G 154 of 527 ~ 29.22%
B 175 of 527 ~ 33.21%

%37.57
%29.22
%33.21

CMYK color model

#C69AAF color CMYK value is (0,22,12,22).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 11.62%
  • key color value is 22.35%
CMYK:
(0,22,12,22)
C0M22Y12K22 
(0%,22%,12%,22%)
(0.00/0.22/0.12/0.22)	

CMYK percentages

%0
%22.22
%11.62
%22.35

Codes

Color #C69AAF in popluar color models

C69AAF
RGB198154175
HSL331°27.85%69.02%
HSB/HSV331°22.22%77.65%
CMYK0.00%22.22%11.62%
22.35%

Color #C69AAF in popluar number systems.

HEXC69AAF
Decimal198154175
Binary110001101001101010101111
Octal306232257

Shades and tints

Shades of #C69AAF

#C69AAF
(198,154,175)
#B48CA0
(180,140,160)
#A27E91
(162,126,145)
#907082
(144,112,130)
#7E6273
(126,98,115)
#6C5464
(108,84,100)
#5A4655
(90,70,85)
#483846
(72,56,70)
#362A37
(54,42,55)
#241C28
(36,28,40)
#120E19
(18,14,25)
#000000
(0,0,0)

Tints of #C69AAF

#C69AAF
(198,154,175)
#CBA3B6
(203,163,182)
#D0ACBD
(208,172,189)
#D5B5C4
(213,181,196)
#DABECB
(218,190,203)
#DFC7D2
(223,199,210)
#E4D0D9
(228,208,217)
#E9D9E0
(233,217,224)
#EEE2E7
(238,226,231)
#F3EBEE
(243,235,238)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69AAF color. Also use rgb(198,154,175) instead hex code.

Text Font Color

.myTextColor { color: #C69AAF; }

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

This text font color is #C69AAF.


Background Color

.myBgColor { background-color: #C69AAF; }

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

This div background color is #C69AAF.


Border color

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

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

This div border color is #C69AAF.


Opacity

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

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

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

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

This text has shadow with #C69AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69AAF on black background.


Color preview on white background

This text has color #C69AAF on white background.



Black color preview on #C69AAF background

This text has black color on #C69AAF background.


White color preview on #C69AAF background

This text has white color on #C69AAF background.