COLOR #C69EAA

HEX: #C69EAA RGB: (198,158,170)

Color info

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

RGB color model

#C69EAA color RGB value is (198,158,170).

RGB: (198,158,170) (78%, 62%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 158 of 255 = 62%
B 170 of 255 = 67%

198
158
170

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

Portions of RGB colors in percentages

R + G + B = 198 + 158 + 170 = 526 (100%)
R 198 of 526 ~ 37.64%
G 158 of 526 ~ 30.04%
B 170 of 526 ~ 32.32'%

%37.64
%30.04
%32.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.20%
  • yellow value is 14.14%
  • 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
%20.2
%14.14
%22.35

Codes

Color #C69EAA in popluar color models

C6 9E AA
RGB 198 158 170
HSL 342° 25.97% 69.80%
HSB/HSV 342° 20.20% 77.65%
CMYK 0.00% 20.20% 14.14%
22.35%

Color #C69EAA in popluar number systems.

HEX C6 9E AA
Decimal 198 158 170
Binary 11000110 10011110 10101010
Octal 306 236 252

Shades and tints

Shades of #C69EAA

#C69EAA
(198,158,170)
#B4909B
(180,144,155)
#A2828C
(162,130,140)
#90747D
(144,116,125)
#7E666E
(126,102,110)
#6C585F
(108,88,95)
#5A4A50
(90,74,80)
#483C41
(72,60,65)
#362E32
(54,46,50)
#242023
(36,32,35)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #C69EAA

#C69EAA
(198,158,170)
#CBA6B1
(203,166,177)
#D0AEB8
(208,174,184)
#D5B6BF
(213,182,191)
#DABEC6
(218,190,198)
#DFC6CD
(223,198,205)
#E4CED4
(228,206,212)
#E9D6DB
(233,214,219)
#EEDEE2
(238,222,226)
#F3E6E9
(243,230,233)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69EAA color. Also use rgb(198,158,170) instead hex code.

Text Font Color

.myTextColor { color: #C69EAA; }

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

This text font color is #C69EAA.

Background Color

.myBgColor { background-color: #C69EAA; }

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

This div background color is #C69EAA.

Border color

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

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

This div border color is #C69EAA.

Opacity

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

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

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

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

This text has shadow with #C69EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69EAA.

Preview

Color preview on black background

This text has color #C69EAA on black background.


Color preview on white background

This text has color #C69EAA on white background.


Black color preview on #C69EAA background

This text has black color on #C69EAA background.


White color preview on #C69EAA background

This text has white color on #C69EAA background.


Related colors

Complementary color

Complementary color for #hex is #396155.


I love getcolorcode.com

Triadic colors

1 #AAC69E and #9EAAC6 with #C69EAA are triadic colors.

2 #AA9EC6 and #9EC6AA with #C69EAA are triadic colors.