COLOR #C69FE2

HEX: #C69FE2 RGB: (198,159,226)

Color info

#C69FE2 contains mainly red and blue colors. Web safe color of #C69FE2 is #CC99CC (or #C9C).

RGB color model

#C69FE2 color RGB value is (198,159,226).

RGB: (198,159,226) (78%, 62%, 89%)

RGB channels and saturation

R 198 of 255 = 78%
G 159 of 255 = 62%
B 226 of 255 = 89%

198
159
226

R + G + B ~ 76%. #C69FE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 159 + 226 = 583 (100%)
R 198 of 583 ~ 33.96%
G 159 of 583 ~ 27.27%
B 226 of 583 ~ 38.77'%

%33.96
%27.27
%38.77

CMYK color model

#C69FE2 color CMYK value is (12,30,0,11).

  • cyan value is 12.39%
  • magenta value is 29.65%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (12,30,0,11)
C12M30Y0K11 (12%, 30%, 0%, 11%)
(0.12 / 0.30 / 0.00 / 0.11)

CMYK percentages

%12.39
%29.65
%0
%11.37

Codes

Color #C69FE2 in popluar color models

C6 9F E2
RGB 198 159 226
HSL 275° 53.60% 75.49%
HSB/HSV 275° 29.65% 88.63%
CMYK 12.39% 29.65% 0.00%
11.37%

Color #C69FE2 in popluar number systems.

HEX C6 9F E2
Decimal 198 159 226
Binary 11000110 10011111 11100010
Octal 306 237 342

Shades and tints

Shades of #C69FE2

#C69FE2
(198,159,226)
#B491CE
(180,145,206)
#A283BA
(162,131,186)
#9075A6
(144,117,166)
#7E6792
(126,103,146)
#6C597E
(108,89,126)
#5A4B6A
(90,75,106)
#483D56
(72,61,86)
#362F42
(54,47,66)
#24212E
(36,33,46)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #C69FE2

#C69FE2
(198,159,226)
#CBA7E4
(203,167,228)
#D0AFE6
(208,175,230)
#D5B7E8
(213,183,232)
#DABFEA
(218,191,234)
#DFC7EC
(223,199,236)
#E4CFEE
(228,207,238)
#E9D7F0
(233,215,240)
#EEDFF2
(238,223,242)
#F3E7F4
(243,231,244)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69FE2; }

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

This text font color is #C69FE2.

Background Color

.myBgColor { background-color: #C69FE2; }

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

This div background color is #C69FE2.

Border color

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

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

This div border color is #C69FE2.

Opacity

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

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

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

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

This text has shadow with #C69FE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69FE2.

Preview

Color preview on black background

This text has color #C69FE2 on black background.


Color preview on white background

This text has color #C69FE2 on white background.


Black color preview on #C69FE2 background

This text has black color on #C69FE2 background.


White color preview on #C69FE2 background

This text has white color on #C69FE2 background.


Related colors

Complementary color

Complementary color for #hex is #39601D.


I love getcolorcode.com

Triadic colors

1 #E2C69F and #9FE2C6 with #C69FE2 are triadic colors.

2 #E29FC6 and #9FC6E2 with #C69FE2 are triadic colors.