COLOR #C69AB8

HEX: #C69AB8 RGB: (198,154,184)

Color info

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

RGB color model

#C69AB8 color RGB value is (198,154,184).

RGB: (198,154,184) (78%, 60%, 72%)

RGB channels and saturation

R 198 of 255 = 78%
G 154 of 255 = 60%
B 184 of 255 = 72%

198
154
184

R + G + B ~ 70%. #C69AB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 154 + 184 = 536 (100%)
R 198 of 536 ~ 36.94%
G 154 of 536 ~ 28.73%
B 184 of 536 ~ 34.33'%

%36.94
%28.73
%34.33

CMYK color model

#C69AB8 color CMYK value is (0,22,7,22).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 7.07%
  • key color value is 22.35%

CMYK: (0,22,7,22)
C0M22Y7K22 (0%, 22%, 7%, 22%)
(0.00 / 0.22 / 0.07 / 0.22)

CMYK percentages

%0
%22.22
%7.07
%22.35

Codes

Color #C69AB8 in popluar color models

C6 9A B8
RGB 198 154 184
HSL 319° 27.85% 69.02%
HSB/HSV 319° 22.22% 77.65%
CMYK 0.00% 22.22% 7.07%
22.35%

Color #C69AB8 in popluar number systems.

HEX C6 9A B8
Decimal 198 154 184
Binary 11000110 10011010 10111000
Octal 306 232 270

Shades and tints

Shades of #C69AB8

#C69AB8
(198,154,184)
#B48CA8
(180,140,168)
#A27E98
(162,126,152)
#907088
(144,112,136)
#7E6278
(126,98,120)
#6C5468
(108,84,104)
#5A4658
(90,70,88)
#483848
(72,56,72)
#362A38
(54,42,56)
#241C28
(36,28,40)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #C69AB8

#C69AB8
(198,154,184)
#CBA3BE
(203,163,190)
#D0ACC4
(208,172,196)
#D5B5CA
(213,181,202)
#DABED0
(218,190,208)
#DFC7D6
(223,199,214)
#E4D0DC
(228,208,220)
#E9D9E2
(233,217,226)
#EEE2E8
(238,226,232)
#F3EBEE
(243,235,238)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69AB8; }

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

This text font color is #C69AB8.

Background Color

.myBgColor { background-color: #C69AB8; }

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

This div background color is #C69AB8.

Border color

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

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

This div border color is #C69AB8.

Opacity

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

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

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

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

This text has shadow with #C69AB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69AB8.

Preview

Color preview on black background

This text has color #C69AB8 on black background.


Color preview on white background

This text has color #C69AB8 on white background.


Black color preview on #C69AB8 background

This text has black color on #C69AB8 background.


White color preview on #C69AB8 background

This text has white color on #C69AB8 background.


Related colors

Complementary color

Complementary color for #hex is #396547.


I love getcolorcode.com

Triadic colors

1 #B8C69A and #9AB8C6 with #C69AB8 are triadic colors.

2 #B89AC6 and #9AC6B8 with #C69AB8 are triadic colors.