COLOR #C69ECD

HEX: #C69ECD RGB: (198,158,205)

Color info

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

RGB color model

#C69ECD color RGB value is (198,158,205).

RGB: (198,158,205) (78%, 62%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 158 of 255 = 62%
B 205 of 255 = 80%

198
158
205

R + G + B ~ 73%. #C69ECD is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 158 + 205 = 561 (100%)
R 198 of 561 ~ 35.29%
G 158 of 561 ~ 28.16%
B 205 of 561 ~ 36.54'%

%35.29
%28.16
%36.54

CMYK color model

#C69ECD color CMYK value is (3,23,0,20).

  • cyan value is 3.41%
  • magenta value is 22.93%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (3,23,0,20)
C3M23Y0K20 (3%, 23%, 0%, 20%)
(0.03 / 0.23 / 0.00 / 0.20)

CMYK percentages

%3.41
%22.93
%0
%19.61

Codes

Color #C69ECD in popluar color models

C6 9E CD
RGB 198 158 205
HSL 291° 31.97% 71.18%
HSB/HSV 291° 22.93% 80.39%
CMYK 3.41% 22.93% 0.00%
19.61%

Color #C69ECD in popluar number systems.

HEX C6 9E CD
Decimal 198 158 205
Binary 11000110 10011110 11001101
Octal 306 236 315

Shades and tints

Shades of #C69ECD

#C69ECD
(198,158,205)
#B490BB
(180,144,187)
#A282A9
(162,130,169)
#907497
(144,116,151)
#7E6685
(126,102,133)
#6C5873
(108,88,115)
#5A4A61
(90,74,97)
#483C4F
(72,60,79)
#362E3D
(54,46,61)
#24202B
(36,32,43)
#121219
(18,18,25)
#000000
(0,0,0)

Tints of #C69ECD

#C69ECD
(198,158,205)
#CBA6D1
(203,166,209)
#D0AED5
(208,174,213)
#D5B6D9
(213,182,217)
#DABEDD
(218,190,221)
#DFC6E1
(223,198,225)
#E4CEE5
(228,206,229)
#E9D6E9
(233,214,233)
#EEDEED
(238,222,237)
#F3E6F1
(243,230,241)
#F8EEF5
(248,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69ECD; }

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

This text font color is #C69ECD.

Background Color

.myBgColor { background-color: #C69ECD; }

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

This div background color is #C69ECD.

Border color

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

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

This div border color is #C69ECD.

Opacity

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

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

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

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

This text has shadow with #C69ECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69ECD.

Preview

Color preview on black background

This text has color #C69ECD on black background.


Color preview on white background

This text has color #C69ECD on white background.


Black color preview on #C69ECD background

This text has black color on #C69ECD background.


White color preview on #C69ECD background

This text has white color on #C69ECD background.


Related colors

Complementary color

Complementary color for #hex is #396132.


I love getcolorcode.com

Triadic colors

1 #CDC69E and #9ECDC6 with #C69ECD are triadic colors.

2 #CD9EC6 and #9EC6CD with #C69ECD are triadic colors.