COLOR #C69FE8

HEX: #C69FE8 RGB: (198,159,232)

Color info

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

RGB color model

#C69FE8 color RGB value is (198,159,232).

RGB: (198,159,232) (78%, 62%, 91%)

RGB channels and saturation

R 198 of 255 = 78%
G 159 of 255 = 62%
B 232 of 255 = 91%

198
159
232

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

Portions of RGB colors in percentages

R + G + B = 198 + 159 + 232 = 589 (100%)
R 198 of 589 ~ 33.62%
G 159 of 589 ~ 26.99%
B 232 of 589 ~ 39.39'%

%33.62
%26.99
%39.39

CMYK color model

#C69FE8 color CMYK value is (15,31,0,9).

  • cyan value is 14.66%
  • magenta value is 31.47%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (15,31,0,9)
C15M31Y0K9 (15%, 31%, 0%, 9%)
(0.15 / 0.31 / 0.00 / 0.09)

CMYK percentages

%14.66
%31.47
%0
%9.02

Codes

Color #C69FE8 in popluar color models

C6 9F E8
RGB 198 159 232
HSL 272° 61.34% 76.67%
HSB/HSV 272° 31.47% 90.98%
CMYK 14.66% 31.47% 0.00%
9.02%

Color #C69FE8 in popluar number systems.

HEX C6 9F E8
Decimal 198 159 232
Binary 11000110 10011111 11101000
Octal 306 237 350

Shades and tints

Shades of #C69FE8

#C69FE8
(198,159,232)
#B491D3
(180,145,211)
#A283BE
(162,131,190)
#9075A9
(144,117,169)
#7E6794
(126,103,148)
#6C597F
(108,89,127)
#5A4B6A
(90,75,106)
#483D55
(72,61,85)
#362F40
(54,47,64)
#24212B
(36,33,43)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #C69FE8

#C69FE8
(198,159,232)
#CBA7EA
(203,167,234)
#D0AFEC
(208,175,236)
#D5B7EE
(213,183,238)
#DABFF0
(218,191,240)
#DFC7F2
(223,199,242)
#E4CFF4
(228,207,244)
#E9D7F6
(233,215,246)
#EEDFF8
(238,223,248)
#F3E7FA
(243,231,250)
#F8EFFC
(248,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69FE8 color. Also use rgb(198,159,232) instead hex code.

Text Font Color

.myTextColor { color: #C69FE8; }

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

This text font color is #C69FE8.

Background Color

.myBgColor { background-color: #C69FE8; }

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

This div background color is #C69FE8.

Border color

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

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

This div border color is #C69FE8.

Opacity

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

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

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

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

This text has shadow with #C69FE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69FE8.

Preview

Color preview on black background

This text has color #C69FE8 on black background.


Color preview on white background

This text has color #C69FE8 on white background.


Black color preview on #C69FE8 background

This text has black color on #C69FE8 background.


White color preview on #C69FE8 background

This text has white color on #C69FE8 background.


Related colors

Complementary color

Complementary color for #hex is #396017.


I love getcolorcode.com

Triadic colors

1 #E8C69F and #9FE8C6 with #C69FE8 are triadic colors.

2 #E89FC6 and #9FC6E8 with #C69FE8 are triadic colors.