COLOR #C69CAE

HEX: #C69CAE RGB: (198,156,174)

Color info

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

RGB color model

#C69CAE color RGB value is (198,156,174).

RGB: (198,156,174) (78%, 61%, 68%)

RGB channels and saturation

R 198 of 255 = 78%
G 156 of 255 = 61%
B 174 of 255 = 68%

198
156
174

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

Portions of RGB colors in percentages

R + G + B = 198 + 156 + 174 = 528 (100%)
R 198 of 528 ~ 37.5%
G 156 of 528 ~ 29.55%
B 174 of 528 ~ 32.95'%

%37.5
%29.55
%32.95

CMYK color model

#C69CAE color CMYK value is (0,21,12,22).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 12.12%
  • key color value is 22.35%
CMYK: (0,21,12,22) C0M21Y12K22 (0%,21%,12%,22%) (0.00/0.21/0.12/0.22) 

CMYK percentages

%0
%21.21
%12.12
%22.35

Codes

Color #C69CAE in popluar color models

C6 9C AE
RGB 198 156 174
HSL 334° 26.92% 69.41%
HSB/HSV 334° 21.21% 77.65%
CMYK 0.00% 21.21% 12.12%
22.35%

Color #C69CAE in popluar number systems.

HEX C6 9C AE
Decimal 198 156 174
Binary 11000110 10011100 10101110
Octal 306 234 256

Shades and tints

Shades of #C69CAE

#C69CAE
(198,156,174)
#B48E9F
(180,142,159)
#A28090
(162,128,144)
#907281
(144,114,129)
#7E6472
(126,100,114)
#6C5663
(108,86,99)
#5A4854
(90,72,84)
#483A45
(72,58,69)
#362C36
(54,44,54)
#241E27
(36,30,39)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #C69CAE

#C69CAE
(198,156,174)
#CBA5B5
(203,165,181)
#D0AEBC
(208,174,188)
#D5B7C3
(213,183,195)
#DAC0CA
(218,192,202)
#DFC9D1
(223,201,209)
#E4D2D8
(228,210,216)
#E9DBDF
(233,219,223)
#EEE4E6
(238,228,230)
#F3EDED
(243,237,237)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69CAE; }

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

This text font color is #C69CAE.

Background Color

.myBgColor { background-color: #C69CAE; }

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

This div background color is #C69CAE.

Border color

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

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

This div border color is #C69CAE.

Opacity

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

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

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

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

This text has shadow with #C69CAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69CAE.

Preview

Color preview on black background

This text has color #C69CAE on black background.


Color preview on white background

This text has color #C69CAE on white background.


Black color preview on #C69CAE background

This text has black color on #C69CAE background.


White color preview on #C69CAE background

This text has white color on #C69CAE background.


Related colors

Complementary color

Complementary color for #hex is #396351.


I love getcolorcode.com

Triadic colors

1 #AEC69C and #9CAEC6 with #C69CAE are triadic colors.

2 #AE9CC6 and #9CC6AE with #C69CAE are triadic colors.