COLOR #C896ED

HEX: #C896ED
RGB: (200,150,237)

Renk bilgisi

#C896ED contains mainly red and blue colors. #C896ED ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#C896ED color RGB value is (200,150,237).

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

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 150 of 255 = 59%
B 237 of 255 = 93%

200
150
237

R + G + B ~ 77%. #C896ED is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 150 + 237 = 587 (100%)
R 200 of 587 ~ 34.07%
G 150 of 587 ~ 25.55%
B 237 of 587 ~ 40.37%

%34.07
%25.55
%40.37

CMYK RENK MODELİ

#C896ED rengi CMYK tonu (16,37,0,7).

  • camgöbeği tonu 15.61%
  • eflatun tonu 36.71%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(16,37,0,7)
C16M37Y0K7 
(16%,37%,0%,7%)
(0.16/0.37/0.00/0.07)	

CMYK yüzdeleri

%15.61
%36.71
%0
%7.06

Codes

Color #C896ED in popluar color models

C896ED
RGB200150237
HSL274°70.73%75.88%
HSB/HSV274°36.71%92.94%
CMYK15.61%36.71%0.00%
7.06%

Color #C896ED in popluar number systems.

HEXC896ED
Decimal200150237
Binary110010001001011011101101
Octal310226355

Shades and tints

Shades of #C896ED

#C896ED
(200,150,237)
#B689D8
(182,137,216)
#A47CC3
(164,124,195)
#926FAE
(146,111,174)
#806299
(128,98,153)
#6E5584
(110,85,132)
#5C486F
(92,72,111)
#4A3B5A
(74,59,90)
#382E45
(56,46,69)
#262130
(38,33,48)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #C896ED

#C896ED
(200,150,237)
#CD9FEE
(205,159,238)
#D2A8EF
(210,168,239)
#D7B1F0
(215,177,240)
#DCBAF1
(220,186,241)
#E1C3F2
(225,195,242)
#E6CCF3
(230,204,243)
#EBD5F4
(235,213,244)
#F0DEF5
(240,222,245)
#F5E7F6
(245,231,246)
#FAF0F7
(250,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C896ED; }

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

This text font color is #C896ED.


Background Color

.myBgColor { background-color: #C896ED; }

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

This div background color is #C896ED.


Border color

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

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

This div border color is #C896ED.


Opacity

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

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

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

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

This text has shadow with #C896ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C896ED on black background.


Color preview on white background

This text has color #C896ED on white background.



Black color preview on #C896ED background

This text has black color on #C896ED background.


White color preview on #C896ED background

This text has white color on #C896ED background.