COLOR #C69AB5

HEX: #C69AB5 RGB: (198,154,181)

Color info

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

RGB color model

#C69AB5 color RGB value is (198,154,181).

RGB: (198,154,181) (78%, 60%, 71%)

RGB channels and saturation

R 198 of 255 = 78%
G 154 of 255 = 60%
B 181 of 255 = 71%

198
154
181

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

Portions of RGB colors in percentages

R + G + B = 198 + 154 + 181 = 533 (100%)
R 198 of 533 ~ 37.15%
G 154 of 533 ~ 28.89%
B 181 of 533 ~ 33.96'%

%37.15
%28.89
%33.96

CMYK color model

#C69AB5 color CMYK value is (0,22,9,22).

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

CMYK: (0,22,9,22)
C0M22Y9K22 (0%, 22%, 9%, 22%)
(0.00 / 0.22 / 0.09 / 0.22)

CMYK percentages

%0
%22.22
%8.59
%22.35

Codes

Color #C69AB5 in popluar color models

C6 9A B5
RGB 198 154 181
HSL 323° 27.85% 69.02%
HSB/HSV 323° 22.22% 77.65%
CMYK 0.00% 22.22% 8.59%
22.35%

Color #C69AB5 in popluar number systems.

HEX C6 9A B5
Decimal 198 154 181
Binary 11000110 10011010 10110101
Octal 306 232 265

Shades and tints

Shades of #C69AB5

#C69AB5
(198,154,181)
#B48CA5
(180,140,165)
#A27E95
(162,126,149)
#907085
(144,112,133)
#7E6275
(126,98,117)
#6C5465
(108,84,101)
#5A4655
(90,70,85)
#483845
(72,56,69)
#362A35
(54,42,53)
#241C25
(36,28,37)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #C69AB5

#C69AB5
(198,154,181)
#CBA3BB
(203,163,187)
#D0ACC1
(208,172,193)
#D5B5C7
(213,181,199)
#DABECD
(218,190,205)
#DFC7D3
(223,199,211)
#E4D0D9
(228,208,217)
#E9D9DF
(233,217,223)
#EEE2E5
(238,226,229)
#F3EBEB
(243,235,235)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69AB5; }

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

This text font color is #C69AB5.

Background Color

.myBgColor { background-color: #C69AB5; }

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

This div background color is #C69AB5.

Border color

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

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

This div border color is #C69AB5.

Opacity

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

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

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

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

This text has shadow with #C69AB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69AB5.

Preview

Color preview on black background

This text has color #C69AB5 on black background.


Color preview on white background

This text has color #C69AB5 on white background.


Black color preview on #C69AB5 background

This text has black color on #C69AB5 background.


White color preview on #C69AB5 background

This text has white color on #C69AB5 background.


Related colors

Complementary color

Complementary color for #hex is #39654A.


I love getcolorcode.com

Triadic colors

1 #B5C69A and #9AB5C6 with #C69AB5 are triadic colors.

2 #B59AC6 and #9AC6B5 with #C69AB5 are triadic colors.