COLOR #C0A7E3

HEX: #C0A7E3 RGB: (192,167,227)

Color info

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

RGB color model

#C0A7E3 color RGB value is (192,167,227).

RGB: (192,167,227) (75%, 65%, 89%)

RGB channels and saturation

R 192 of 255 = 75%
G 167 of 255 = 65%
B 227 of 255 = 89%

192
167
227

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

Portions of RGB colors in percentages

R + G + B = 192 + 167 + 227 = 586 (100%)
R 192 of 586 ~ 32.76%
G 167 of 586 ~ 28.5%
B 227 of 586 ~ 38.74'%

%32.76
%28.5
%38.74

CMYK color model

#C0A7E3 color CMYK value is (15,26,0,11).

  • cyan value is 15.42%
  • magenta value is 26.43%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (15,26,0,11)
C15M26Y0K11 (15%, 26%, 0%, 11%)
(0.15 / 0.26 / 0.00 / 0.11)

CMYK percentages

%15.42
%26.43
%0
%10.98

Codes

Color #C0A7E3 in popluar color models

C0 A7 E3
RGB 192 167 227
HSL 265° 51.72% 77.25%
HSB/HSV 265° 26.43% 89.02%
CMYK 15.42% 26.43% 0.00%
10.98%

Color #C0A7E3 in popluar number systems.

HEX C0 A7 E3
Decimal 192 167 227
Binary 11000000 10100111 11100011
Octal 300 247 343

Shades and tints

Shades of #C0A7E3

#C0A7E3
(192,167,227)
#AF98CF
(175,152,207)
#9E89BB
(158,137,187)
#8D7AA7
(141,122,167)
#7C6B93
(124,107,147)
#6B5C7F
(107,92,127)
#5A4D6B
(90,77,107)
#493E57
(73,62,87)
#382F43
(56,47,67)
#27202F
(39,32,47)
#16111B
(22,17,27)
#000000
(0,0,0)

Tints of #C0A7E3

#C0A7E3
(192,167,227)
#C5AFE5
(197,175,229)
#CAB7E7
(202,183,231)
#CFBFE9
(207,191,233)
#D4C7EB
(212,199,235)
#D9CFED
(217,207,237)
#DED7EF
(222,215,239)
#E3DFF1
(227,223,241)
#E8E7F3
(232,231,243)
#EDEFF5
(237,239,245)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A7E3 color. Also use rgb(192,167,227) instead hex code.

Text Font Color

.myTextColor { color: #C0A7E3; }

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

This text font color is #C0A7E3.

Background Color

.myBgColor { background-color: #C0A7E3; }

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

This div background color is #C0A7E3.

Border color

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

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

This div border color is #C0A7E3.

Opacity

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

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

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

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

This text has shadow with #C0A7E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A7E3.

Preview

Color preview on black background

This text has color #C0A7E3 on black background.


Color preview on white background

This text has color #C0A7E3 on white background.


Black color preview on #C0A7E3 background

This text has black color on #C0A7E3 background.


White color preview on #C0A7E3 background

This text has white color on #C0A7E3 background.


Related colors

Complementary color

Complementary color for #hex is #3F581C.


I love getcolorcode.com

Triadic colors

1 #E3C0A7 and #A7E3C0 with #C0A7E3 are triadic colors.

2 #E3A7C0 and #A7C0E3 with #C0A7E3 are triadic colors.