COLOR #C69EE7

HEX: #C69EE7 RGB: (198,158,231)

Color info

#C69EE7 contains mainly red and blue colors. Web safe color of #C69EE7 is #CC99FF (or #C9F).

RGB color model

#C69EE7 color RGB value is (198,158,231).

RGB: (198,158,231) (78%, 62%, 91%)

RGB channels and saturation

R 198 of 255 = 78%
G 158 of 255 = 62%
B 231 of 255 = 91%

198
158
231

R + G + B ~ 77%. #C69EE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 158 + 231 = 587 (100%)
R 198 of 587 ~ 33.73%
G 158 of 587 ~ 26.92%
B 231 of 587 ~ 39.35'%

%33.73
%26.92
%39.35

CMYK color model

#C69EE7 color CMYK value is (14,32,0,9).

  • cyan value is 14.29%
  • magenta value is 31.60%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (14,32,0,9)
C14M32Y0K9 (14%, 32%, 0%, 9%)
(0.14 / 0.32 / 0.00 / 0.09)

CMYK percentages

%14.29
%31.6
%0
%9.41

Codes

Color #C69EE7 in popluar color models

C6 9E E7
RGB 198 158 231
HSL 273° 60.33% 76.27%
HSB/HSV 273° 31.60% 90.59%
CMYK 14.29% 31.60% 0.00%
9.41%

Color #C69EE7 in popluar number systems.

HEX C6 9E E7
Decimal 198 158 231
Binary 11000110 10011110 11100111
Octal 306 236 347

Shades and tints

Shades of #C69EE7

#C69EE7
(198,158,231)
#B490D2
(180,144,210)
#A282BD
(162,130,189)
#9074A8
(144,116,168)
#7E6693
(126,102,147)
#6C587E
(108,88,126)
#5A4A69
(90,74,105)
#483C54
(72,60,84)
#362E3F
(54,46,63)
#24202A
(36,32,42)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #C69EE7

#C69EE7
(198,158,231)
#CBA6E9
(203,166,233)
#D0AEEB
(208,174,235)
#D5B6ED
(213,182,237)
#DABEEF
(218,190,239)
#DFC6F1
(223,198,241)
#E4CEF3
(228,206,243)
#E9D6F5
(233,214,245)
#EEDEF7
(238,222,247)
#F3E6F9
(243,230,249)
#F8EEFB
(248,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69EE7; }

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

This text font color is #C69EE7.

Background Color

.myBgColor { background-color: #C69EE7; }

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

This div background color is #C69EE7.

Border color

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

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

This div border color is #C69EE7.

Opacity

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

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

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

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

This text has shadow with #C69EE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69EE7.

Preview

Color preview on black background

This text has color #C69EE7 on black background.


Color preview on white background

This text has color #C69EE7 on white background.


Black color preview on #C69EE7 background

This text has black color on #C69EE7 background.


White color preview on #C69EE7 background

This text has white color on #C69EE7 background.


Related colors

Complementary color

Complementary color for #hex is #396118.


I love getcolorcode.com

Triadic colors

1 #E7C69E and #9EE7C6 with #C69EE7 are triadic colors.

2 #E79EC6 and #9EC6E7 with #C69EE7 are triadic colors.