COLOR #C69FAB

HEX: #C69FAB
RGB: (198,159,171)

Color info

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

RGB color model

#C69FAB color RGB value is (198,159,171).

  • red value is 198;
  • green value is 159;
  • blue value is 171.
RGB:
(198,159,171)
(78%,62%,67%)

RGB channels and saturation

R 198 of 255 = 78%
G 159 of 255 = 62%
B 171 of 255 = 67%

198
159
171

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

Portions of RGB colors in percentages

R + G + B =
198 + 159 + 171 = 528 (100%)
R 198 of 528 ~ 37.5%
G 159 of 528 ~ 30.11%
B 171 of 528 ~ 32.39%

%37.5
%30.11
%32.39

CMYK color model

#C69FAB color CMYK value is (0,20,14,22).

  • cyan value is 0.00%
  • magenta value is 19.70%
  • yellow value is 13.64%
  • key color value is 22.35%
CMYK:
(0,20,14,22)
C0M20Y14K22 
(0%,20%,14%,22%)
(0.00/0.20/0.14/0.22)	

CMYK percentages

%0
%19.7
%13.64
%22.35

Codes

Color #C69FAB in popluar color models

C69FAB
RGB198159171
HSL342°25.49%70.00%
HSB/HSV342°19.70%77.65%
CMYK0.00%19.70%13.64%
22.35%

Color #C69FAB in popluar number systems.

HEXC69FAB
Decimal198159171
Binary110001101001111110101011
Octal306237253

Shades and tints

Shades of #C69FAB

#C69FAB
(198,159,171)
#B4919C
(180,145,156)
#A2838D
(162,131,141)
#90757E
(144,117,126)
#7E676F
(126,103,111)
#6C5960
(108,89,96)
#5A4B51
(90,75,81)
#483D42
(72,61,66)
#362F33
(54,47,51)
#242124
(36,33,36)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #C69FAB

#C69FAB
(198,159,171)
#CBA7B2
(203,167,178)
#D0AFB9
(208,175,185)
#D5B7C0
(213,183,192)
#DABFC7
(218,191,199)
#DFC7CE
(223,199,206)
#E4CFD5
(228,207,213)
#E9D7DC
(233,215,220)
#EEDFE3
(238,223,227)
#F3E7EA
(243,231,234)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69FAB color. Also use rgb(198,159,171) instead hex code.

Text Font Color

.myTextColor { color: #C69FAB; }

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

This text font color is #C69FAB.


Background Color

.myBgColor { background-color: #C69FAB; }

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

This div background color is #C69FAB.


Border color

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

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

This div border color is #C69FAB.


Opacity

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

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

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

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

This text has shadow with #C69FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69FAB on black background.


Color preview on white background

This text has color #C69FAB on white background.



Black color preview on #C69FAB background

This text has black color on #C69FAB background.


White color preview on #C69FAB background

This text has white color on #C69FAB background.