COLOR #9999CC

HEX: #9999CC
RGB: (153,153,204)

Renk bilgisi

#9999CC contains red, green and blue colors in about the same proportion. #9999CC color is web safe color. It maybe written shortly as #99C.

RGB renk modeli

#9999CC color RGB value is (153,153,204).

  • kırmız ton 153;
  • yeşil ton 153;
  • mavi ton 204.
RGB:
(153,153,204)
(60%,60%,80%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 153 of 255 = 60%
B 204 of 255 = 80%

153
153
204

R + G + B ~ 67%. #9999CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 153 + 204 = 510 (100%)
R 153 of 510 ~ 30%
G 153 of 510 ~ 30%
B 204 of 510 ~ 40%

%30
%30
%40

CMYK RENK MODELİ

#9999CC rengi CMYK tonu (25,25,0,20).

  • camgöbeği tonu 25.00%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(25,25,0,20)
C25M25Y0K20 
(25%,25%,0%,20%)
(0.25/0.25/0.00/0.20)	

CMYK yüzdeleri

%25
%25
%0
%20

Codes

Color #9999CC in popluar color models

9999CC
RGB153153204
HSL240°33.33%70.00%
HSB/HSV240°25.00%80.00%
CMYK25.00%25.00%0.00%
20.00%

Color #9999CC in popluar number systems.

HEX9999CC
Decimal153153204
Binary100110011001100111001100
Octal231231314

Shades and tints

Shades of #9999CC

#9999CC
(153,153,204)
#8C8CBA
(140,140,186)
#7F7FA8
(127,127,168)
#727296
(114,114,150)
#656584
(101,101,132)
#585872
(88,88,114)
#4B4B60
(75,75,96)
#3E3E4E
(62,62,78)
#31313C
(49,49,60)
#24242A
(36,36,42)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #9999CC

#9999CC
(153,153,204)
#A2A2D0
(162,162,208)
#ABABD4
(171,171,212)
#B4B4D8
(180,180,216)
#BDBDDC
(189,189,220)
#C6C6E0
(198,198,224)
#CFCFE4
(207,207,228)
#D8D8E8
(216,216,232)
#E1E1EC
(225,225,236)
#EAEAF0
(234,234,240)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9999CC color. Also use rgb(153,153,204) instead hex code.

Text Font Color

.myTextColor { color: #9999CC; }

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

This text font color is #9999CC.


Background Color

.myBgColor { background-color: #9999CC; }

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

This div background color is #9999CC.


Border color

.myBorderColor { border: 1px solid #9999CC; }

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

This div border color is #9999CC.


Opacity

.myOpacity80 { color: #9999CC; opacity: 0.8; }

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

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

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

This text has shadow with #9999CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9999CC on black background.


Color preview on white background

This text has color #9999CC on white background.



Black color preview on #9999CC background

This text has black color on #9999CC background.


White color preview on #9999CC background

This text has white color on #9999CC background.