COLOR #C69AA5

HEX: #C69AA5
RGB: (198,154,165)

Color info

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

RGB color model

#C69AA5 color RGB value is (198,154,165).

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

RGB channels and saturation

R 198 of 255 = 78%
G 154 of 255 = 60%
B 165 of 255 = 65%

198
154
165

R + G + B ~ 68%. #C69AA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 154 + 165 = 517 (100%)
R 198 of 517 ~ 38.3%
G 154 of 517 ~ 29.79%
B 165 of 517 ~ 31.91%

%38.3
%29.79
%31.91

CMYK color model

#C69AA5 color CMYK value is (0,22,17,22).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 16.67%
  • key color value is 22.35%
CMYK:
(0,22,17,22)
C0M22Y17K22 
(0%,22%,17%,22%)
(0.00/0.22/0.17/0.22)	

CMYK percentages

%0
%22.22
%16.67
%22.35

Codes

Color #C69AA5 in popluar color models

C69AA5
RGB198154165
HSL345°27.85%69.02%
HSB/HSV345°22.22%77.65%
CMYK0.00%22.22%16.67%
22.35%

Color #C69AA5 in popluar number systems.

HEXC69AA5
Decimal198154165
Binary110001101001101010100101
Octal306232245

Shades and tints

Shades of #C69AA5

#C69AA5
(198,154,165)
#B48C96
(180,140,150)
#A27E87
(162,126,135)
#907078
(144,112,120)
#7E6269
(126,98,105)
#6C545A
(108,84,90)
#5A464B
(90,70,75)
#48383C
(72,56,60)
#362A2D
(54,42,45)
#241C1E
(36,28,30)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #C69AA5

#C69AA5
(198,154,165)
#CBA3AD
(203,163,173)
#D0ACB5
(208,172,181)
#D5B5BD
(213,181,189)
#DABEC5
(218,190,197)
#DFC7CD
(223,199,205)
#E4D0D5
(228,208,213)
#E9D9DD
(233,217,221)
#EEE2E5
(238,226,229)
#F3EBED
(243,235,237)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69AA5; }

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

This text font color is #C69AA5.


Background Color

.myBgColor { background-color: #C69AA5; }

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

This div background color is #C69AA5.


Border color

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

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

This div border color is #C69AA5.


Opacity

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

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

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

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

This text has shadow with #C69AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69AA5 on black background.


Color preview on white background

This text has color #C69AA5 on white background.



Black color preview on #C69AA5 background

This text has black color on #C69AA5 background.


White color preview on #C69AA5 background

This text has white color on #C69AA5 background.