COLOR #C69BE0

HEX: #C69BE0 RGB: (198,155,224)

Color info

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

RGB color model

#C69BE0 color RGB value is (198,155,224).

RGB: (198,155,224) (78%, 61%, 88%)

RGB channels and saturation

R 198 of 255 = 78%
G 155 of 255 = 61%
B 224 of 255 = 88%

198
155
224

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

Portions of RGB colors in percentages

R + G + B = 198 + 155 + 224 = 577 (100%)
R 198 of 577 ~ 34.32%
G 155 of 577 ~ 26.86%
B 224 of 577 ~ 38.82'%

%34.32
%26.86
%38.82

CMYK color model

#C69BE0 color CMYK value is (12,31,0,12).

  • cyan value is 11.61%
  • magenta value is 30.80%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (12,31,0,12)
C12M31Y0K12 (12%, 31%, 0%, 12%)
(0.12 / 0.31 / 0.00 / 0.12)

CMYK percentages

%11.61
%30.8
%0
%12.16

Codes

Color #C69BE0 in popluar color models

C6 9B E0
RGB 198 155 224
HSL 277° 52.67% 74.31%
HSB/HSV 277° 30.80% 87.84%
CMYK 11.61% 30.80% 0.00%
12.16%

Color #C69BE0 in popluar number systems.

HEX C6 9B E0
Decimal 198 155 224
Binary 11000110 10011011 11100000
Octal 306 233 340

Shades and tints

Shades of #C69BE0

#C69BE0
(198,155,224)
#B48DCC
(180,141,204)
#A27FB8
(162,127,184)
#9071A4
(144,113,164)
#7E6390
(126,99,144)
#6C557C
(108,85,124)
#5A4768
(90,71,104)
#483954
(72,57,84)
#362B40
(54,43,64)
#241D2C
(36,29,44)
#120F18
(18,15,24)
#000000
(0,0,0)

Tints of #C69BE0

#C69BE0
(198,155,224)
#CBA4E2
(203,164,226)
#D0ADE4
(208,173,228)
#D5B6E6
(213,182,230)
#DABFE8
(218,191,232)
#DFC8EA
(223,200,234)
#E4D1EC
(228,209,236)
#E9DAEE
(233,218,238)
#EEE3F0
(238,227,240)
#F3ECF2
(243,236,242)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69BE0 color. Also use rgb(198,155,224) instead hex code.

Text Font Color

.myTextColor { color: #C69BE0; }

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

This text font color is #C69BE0.

Background Color

.myBgColor { background-color: #C69BE0; }

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

This div background color is #C69BE0.

Border color

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

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

This div border color is #C69BE0.

Opacity

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

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

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

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

This text has shadow with #C69BE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69BE0.

Preview

Color preview on black background

This text has color #C69BE0 on black background.


Color preview on white background

This text has color #C69BE0 on white background.


Black color preview on #C69BE0 background

This text has black color on #C69BE0 background.


White color preview on #C69BE0 background

This text has white color on #C69BE0 background.


Related colors

Complementary color

Complementary color for #hex is #39641F.


I love getcolorcode.com

Triadic colors

1 #E0C69B and #9BE0C6 with #C69BE0 are triadic colors.

2 #E09BC6 and #9BC6E0 with #C69BE0 are triadic colors.