COLOR #C896DA

HEX: #C896DA
RGB: (200,150,218)

Renk bilgisi

#C896DA contains mainly red and blue colors. #C896DA ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C896DA color RGB value is (200,150,218).

  • kırmız ton 200;
  • yeşil ton 150;
  • mavi ton 218.
RGB:
(200,150,218)
(78%,59%,85%)

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 150 of 255 = 59%
B 218 of 255 = 85%

200
150
218

R + G + B ~ 74%. #C896DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 150 + 218 = 568 (100%)
R 200 of 568 ~ 35.21%
G 150 of 568 ~ 26.41%
B 218 of 568 ~ 38.38%

%35.21
%26.41
%38.38

CMYK RENK MODELİ

#C896DA rengi CMYK tonu (8,31,0,15).

  • camgöbeği tonu 8.26%
  • eflatun tonu 31.19%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(8,31,0,15)
C8M31Y0K15 
(8%,31%,0%,15%)
(0.08/0.31/0.00/0.15)	

CMYK yüzdeleri

%8.26
%31.19
%0
%14.51

Codes

Color #C896DA in popluar color models

C896DA
RGB200150218
HSL284°47.89%72.16%
HSB/HSV284°31.19%85.49%
CMYK8.26%31.19%0.00%
14.51%

Color #C896DA in popluar number systems.

HEXC896DA
Decimal200150218
Binary110010001001011011011010
Octal310226332

Shades and tints

Shades of #C896DA

#C896DA
(200,150,218)
#B689C7
(182,137,199)
#A47CB4
(164,124,180)
#926FA1
(146,111,161)
#80628E
(128,98,142)
#6E557B
(110,85,123)
#5C4868
(92,72,104)
#4A3B55
(74,59,85)
#382E42
(56,46,66)
#26212F
(38,33,47)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #C896DA

#C896DA
(200,150,218)
#CD9FDD
(205,159,221)
#D2A8E0
(210,168,224)
#D7B1E3
(215,177,227)
#DCBAE6
(220,186,230)
#E1C3E9
(225,195,233)
#E6CCEC
(230,204,236)
#EBD5EF
(235,213,239)
#F0DEF2
(240,222,242)
#F5E7F5
(245,231,245)
#FAF0F8
(250,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C896DA color. Also use rgb(200,150,218) instead hex code.

Text Font Color

.myTextColor { color: #C896DA; }

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

This text font color is #C896DA.


Background Color

.myBgColor { background-color: #C896DA; }

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

This div background color is #C896DA.


Border color

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

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

This div border color is #C896DA.


Opacity

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

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

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

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

This text has shadow with #C896DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C896DA on black background.


Color preview on white background

This text has color #C896DA on white background.



Black color preview on #C896DA background

This text has black color on #C896DA background.


White color preview on #C896DA background

This text has white color on #C896DA background.