COLOR #C69CAB

HEX: #C69CAB
RGB: (198,156,171)

Color info

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

RGB color model

#C69CAB color RGB value is (198,156,171).

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

RGB channels and saturation

R 198 of 255 = 78%
G 156 of 255 = 61%
B 171 of 255 = 67%

198
156
171

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

Portions of RGB colors in percentages

R + G + B =
198 + 156 + 171 = 525 (100%)
R 198 of 525 ~ 37.71%
G 156 of 525 ~ 29.71%
B 171 of 525 ~ 32.57%

%37.71
%29.71
%32.57

CMYK color model

#C69CAB color CMYK value is (0,21,14,22).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 13.64%
  • key color value is 22.35%
CMYK:
(0,21,14,22)
C0M21Y14K22 
(0%,21%,14%,22%)
(0.00/0.21/0.14/0.22)	

CMYK percentages

%0
%21.21
%13.64
%22.35

Codes

Color #C69CAB in popluar color models

C69CAB
RGB198156171
HSL339°26.92%69.41%
HSB/HSV339°21.21%77.65%
CMYK0.00%21.21%13.64%
22.35%

Color #C69CAB in popluar number systems.

HEXC69CAB
Decimal198156171
Binary110001101001110010101011
Octal306234253

Shades and tints

Shades of #C69CAB

#C69CAB
(198,156,171)
#B48E9C
(180,142,156)
#A2808D
(162,128,141)
#90727E
(144,114,126)
#7E646F
(126,100,111)
#6C5660
(108,86,96)
#5A4851
(90,72,81)
#483A42
(72,58,66)
#362C33
(54,44,51)
#241E24
(36,30,36)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #C69CAB

#C69CAB
(198,156,171)
#CBA5B2
(203,165,178)
#D0AEB9
(208,174,185)
#D5B7C0
(213,183,192)
#DAC0C7
(218,192,199)
#DFC9CE
(223,201,206)
#E4D2D5
(228,210,213)
#E9DBDC
(233,219,220)
#EEE4E3
(238,228,227)
#F3EDEA
(243,237,234)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69CAB; }

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

This text font color is #C69CAB.


Background Color

.myBgColor { background-color: #C69CAB; }

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

This div background color is #C69CAB.


Border color

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

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

This div border color is #C69CAB.


Opacity

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

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

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

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

This text has shadow with #C69CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69CAB on black background.


Color preview on white background

This text has color #C69CAB on white background.



Black color preview on #C69CAB background

This text has black color on #C69CAB background.


White color preview on #C69CAB background

This text has white color on #C69CAB background.