COLOR #C896E4

HEX: #C896E4
RGB: (200,150,228)

Renk bilgisi

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

RGB renk modeli

#C896E4 color RGB value is (200,150,228).

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

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 150 of 255 = 59%
B 228 of 255 = 89%

200
150
228

R + G + B ~ 75%. #C896E4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 150 + 228 = 578 (100%)
R 200 of 578 ~ 34.6%
G 150 of 578 ~ 25.95%
B 228 of 578 ~ 39.45%

%34.6
%25.95
%39.45

CMYK RENK MODELİ

#C896E4 rengi CMYK tonu (12,34,0,11).

  • camgöbeği tonu 12.28%
  • eflatun tonu 34.21%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(12,34,0,11)
C12M34Y0K11 
(12%,34%,0%,11%)
(0.12/0.34/0.00/0.11)	

CMYK yüzdeleri

%12.28
%34.21
%0
%10.59

Codes

Color #C896E4 in popluar color models

C896E4
RGB200150228
HSL278°59.09%74.12%
HSB/HSV278°34.21%89.41%
CMYK12.28%34.21%0.00%
10.59%

Color #C896E4 in popluar number systems.

HEXC896E4
Decimal200150228
Binary110010001001011011100100
Octal310226344

Shades and tints

Shades of #C896E4

#C896E4
(200,150,228)
#B689D0
(182,137,208)
#A47CBC
(164,124,188)
#926FA8
(146,111,168)
#806294
(128,98,148)
#6E5580
(110,85,128)
#5C486C
(92,72,108)
#4A3B58
(74,59,88)
#382E44
(56,46,68)
#262130
(38,33,48)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #C896E4

#C896E4
(200,150,228)
#CD9FE6
(205,159,230)
#D2A8E8
(210,168,232)
#D7B1EA
(215,177,234)
#DCBAEC
(220,186,236)
#E1C3EE
(225,195,238)
#E6CCF0
(230,204,240)
#EBD5F2
(235,213,242)
#F0DEF4
(240,222,244)
#F5E7F6
(245,231,246)
#FAF0F8
(250,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C896E4; }

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

This text font color is #C896E4.


Background Color

.myBgColor { background-color: #C896E4; }

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

This div background color is #C896E4.


Border color

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

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

This div border color is #C896E4.


Opacity

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

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

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

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

This text has shadow with #C896E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C896E4 on black background.


Color preview on white background

This text has color #C896E4 on white background.



Black color preview on #C896E4 background

This text has black color on #C896E4 background.


White color preview on #C896E4 background

This text has white color on #C896E4 background.