COLOR #C399CE

HEX: #C399CE
RGB: (195,153,206)

Renk bilgisi

#C399CE contains red, green and blue colors in about the same proportion. #C399CE ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C399CE color RGB value is (195,153,206).

  • kırmız ton 195;
  • yeşil ton 153;
  • mavi ton 206.
RGB:
(195,153,206)
(76%,60%,81%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 153 of 255 = 60%
B 206 of 255 = 81%

195
153
206

R + G + B ~ 72%. #C399CE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 153 + 206 = 554 (100%)
R 195 of 554 ~ 35.2%
G 153 of 554 ~ 27.62%
B 206 of 554 ~ 37.18%

%35.2
%27.62
%37.18

CMYK RENK MODELİ

#C399CE rengi CMYK tonu (5,26,0,19).

  • camgöbeği tonu 5.34%
  • eflatun tonu 25.73%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(5,26,0,19)
C5M26Y0K19 
(5%,26%,0%,19%)
(0.05/0.26/0.00/0.19)	

CMYK yüzdeleri

%5.34
%25.73
%0
%19.22

Codes

Color #C399CE in popluar color models

C399CE
RGB195153206
HSL288°35.10%70.39%
HSB/HSV288°25.73%80.78%
CMYK5.34%25.73%0.00%
19.22%

Color #C399CE in popluar number systems.

HEXC399CE
Decimal195153206
Binary110000111001100111001110
Octal303231316

Shades and tints

Shades of #C399CE

#C399CE
(195,153,206)
#B28CBC
(178,140,188)
#A17FAA
(161,127,170)
#907298
(144,114,152)
#7F6586
(127,101,134)
#6E5874
(110,88,116)
#5D4B62
(93,75,98)
#4C3E50
(76,62,80)
#3B313E
(59,49,62)
#2A242C
(42,36,44)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #C399CE

#C399CE
(195,153,206)
#C8A2D2
(200,162,210)
#CDABD6
(205,171,214)
#D2B4DA
(210,180,218)
#D7BDDE
(215,189,222)
#DCC6E2
(220,198,226)
#E1CFE6
(225,207,230)
#E6D8EA
(230,216,234)
#EBE1EE
(235,225,238)
#F0EAF2
(240,234,242)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C399CE color. Also use rgb(195,153,206) instead hex code.

Text Font Color

.myTextColor { color: #C399CE; }

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

This text font color is #C399CE.


Background Color

.myBgColor { background-color: #C399CE; }

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

This div background color is #C399CE.


Border color

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

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

This div border color is #C399CE.


Opacity

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

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

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

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

This text has shadow with #C399CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C399CE on black background.


Color preview on white background

This text has color #C399CE on white background.



Black color preview on #C399CE background

This text has black color on #C399CE background.


White color preview on #C399CE background

This text has white color on #C399CE background.