COLOR #C097D6

HEX: #C097D6 RGB: (192,151,214)

Color info

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

RGB color model

#C097D6 color RGB value is (192,151,214).

RGB: (192,151,214) (75%, 59%, 84%)

RGB channels and saturation

R 192 of 255 = 75%
G 151 of 255 = 59%
B 214 of 255 = 84%

192
151
214

R + G + B ~ 73%. #C097D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 151 + 214 = 557 (100%)
R 192 of 557 ~ 34.47%
G 151 of 557 ~ 27.11%
B 214 of 557 ~ 38.42'%

%34.47
%27.11
%38.42

CMYK color model

#C097D6 color CMYK value is (10,29,0,16).

  • cyan value is 10.28%
  • magenta value is 29.44%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (10,29,0,16)
C10M29Y0K16 (10%, 29%, 0%, 16%)
(0.10 / 0.29 / 0.00 / 0.16)

CMYK percentages

%10.28
%29.44
%0
%16.08

Codes

Color #C097D6 in popluar color models

C0 97 D6
RGB 192 151 214
HSL 279° 43.45% 71.57%
HSB/HSV 279° 29.44% 83.92%
CMYK 10.28% 29.44% 0.00%
16.08%

Color #C097D6 in popluar number systems.

HEX C0 97 D6
Decimal 192 151 214
Binary 11000000 10010111 11010110
Octal 300 227 326

Shades and tints

Shades of #C097D6

#C097D6
(192,151,214)
#AF8AC3
(175,138,195)
#9E7DB0
(158,125,176)
#8D709D
(141,112,157)
#7C638A
(124,99,138)
#6B5677
(107,86,119)
#5A4964
(90,73,100)
#493C51
(73,60,81)
#382F3E
(56,47,62)
#27222B
(39,34,43)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #C097D6

#C097D6
(192,151,214)
#C5A0D9
(197,160,217)
#CAA9DC
(202,169,220)
#CFB2DF
(207,178,223)
#D4BBE2
(212,187,226)
#D9C4E5
(217,196,229)
#DECDE8
(222,205,232)
#E3D6EB
(227,214,235)
#E8DFEE
(232,223,238)
#EDE8F1
(237,232,241)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C097D6 color. Also use rgb(192,151,214) instead hex code.

Text Font Color

.myTextColor { color: #C097D6; }

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

This text font color is #C097D6.

Background Color

.myBgColor { background-color: #C097D6; }

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

This div background color is #C097D6.

Border color

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

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

This div border color is #C097D6.

Opacity

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

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

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

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

This text has shadow with #C097D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C097D6.

Preview

Color preview on black background

This text has color #C097D6 on black background.


Color preview on white background

This text has color #C097D6 on white background.


Black color preview on #C097D6 background

This text has black color on #C097D6 background.


White color preview on #C097D6 background

This text has white color on #C097D6 background.


Related colors

Complementary color

Complementary color for #hex is #3F6829.


I love getcolorcode.com

Triadic colors

1 #D6C097 and #97D6C0 with #C097D6 are triadic colors.

2 #D697C0 and #97C0D6 with #C097D6 are triadic colors.